How to delete a single bond for a given bond index from TI cc2540(cc2540x)

Jump to: navigation, search

To delete a single bonded device from the cc2540, add the following line to gapbondmgr.h extern void Delete_Bond_By_Index( uint8 idx); then add the following to gapbondmgr.c void Delete_Bond_By_Index(uint8 idx) { gapBondMgrEraseBonding( idx ); }

See also

Personal tools
Namespaces
Variants
Views
Actions
Navigation