Home
last modified time | relevance | path

Searched refs:tBTM_MKEY_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1575 typedef void (tBTM_MKEY_CALLBACK) (BD_ADDR bd_addr, UINT8 status, UINT8 key_flag) ; typedef
3869 BTM_API extern void BTM_SetMasterKeyCompCback(tBTM_MKEY_CALLBACK *mkey_cback );
/external/bluetooth/bluedroid/stack/btm/
Dbtm_int.h908 tBTM_MKEY_CALLBACK *mkey_cback;
Dbtm_sec.c1499 void BTM_SetMasterKeyCompCback( tBTM_MKEY_CALLBACK *mkey_cback ) in BTM_SetMasterKeyCompCback()