BLE_ABSTRACTION Function Documentation
STATIC_ASSERT
STATIC_ASSERT()
Location: bondlist.h:81
BondList_Size
uint8_t BondList_Size()
Location: bondlist.h:117
Return
BondList_GetIRKs
uint8_t BondList_GetIRKs(struct gap_sec_key * irks)
Location: bondlist.h:127
Parameters
Direction | Name | Description |
---|---|---|
in |
irks |
Pointer to gap_sec_key structure |
Return
BondList_FindByIRK
const BondInfo_t * BondList_FindByIRK(const uint8_t * irk)
Location: bondlist.h:136
Parameters
Direction | Name | Description |
---|---|---|
in |
irk |
Matching IRK to search for |
Return
BondList_FindByAddr
const BondInfo_t * BondList_FindByAddr(const uint8_t * addr, uint8_t addrType)
Location: bondlist.h:147
Parameters
Direction | Name | Description |
---|---|---|
in |
addr |
Address of the peer device to search |
in |
addrType |
Address type of the peer device to search |
Return
BondList_FlashDefrag
bool BondList_FlashDefrag()
Location: bondlist.h:154
Return
BondList_Add
uint16_t BondList_Add(BondInfo_t * bond_info)
Location: bondlist.h:163
Parameters
Direction | Name | Description |
---|---|---|
in |
bond_info |
Pointer to bond information |
Return
BondList_Remove
bool BondList_Remove(uint16_t bondStateIndex)
Location: bondlist.h:171
Parameters
Direction | Name | Description |
---|---|---|
in |
bondStateIndex |
Index of bond list to remove |
Return
BondList_RemoveAll
bool BondList_RemoveAll()
Location: bondlist.h:179
Return