Searched refs:key_flg (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/btu/ |
D | btu_hcif.c | 844 UINT8 key_flg; in btu_hcif_master_link_key_comp_evt() local 848 STREAM_TO_UINT8 (key_flg, p); in btu_hcif_master_link_key_comp_evt() 850 btm_sec_mkey_comp_event (handle, status, key_flg); in btu_hcif_master_link_key_comp_evt()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_int.h | 1143 extern void btm_sec_mkey_comp_event (UINT16 handle, UINT8 status, UINT8 key_flg);
|
D | btm_sec.c | 4116 void btm_sec_mkey_comp_event (UINT16 handle, UINT8 status, UINT8 key_flg) in btm_sec_mkey_comp_event() argument 4129 (btm_cb.mkey_cback)(bd_addr, status, key_flg ); in btm_sec_mkey_comp_event() 4131 (btm_cb.mkey_cback)(p_dev_rec->bd_addr, status, key_flg ); in btm_sec_mkey_comp_event()
|