? ?uint8 bond_cnt=0;
? ? uint8_t buf[6];
? ? uint16_t a=GAPRole_GetParameter(GAPBOND_BOND_COUNT, &bond_cnt);
? ? PRINT("ret value %d \r\n",a);
返回a的值永遠(yuǎn)是2,參數(shù)錯(cuò)誤。。核對(duì)過(guò)了參數(shù)沒(méi)錯(cuò)。。。
? ? GAPBondMgr_SetParameter( GAPBOND_BOND_COUNT, sizeof ( uint8 ), &bond_cnt );
? ? GAPBondMgr_SetParameter( GAPBOND_ERASE_AUTO, sizeof ( uint8 ), &bond_cnt );
這兩api都不生效
GAPBondMgr_SetParameter( GAPBOND_ERASE_ALLBONDS, 0, 0 );刪除所有綁定的都不生效。。