Home
last modified time | relevance | path

Searched refs:link_key_known (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc358 bool link_key_known = BTM_IsLinkKeyKnown(tcb.peer_bda, tcb.transport); in gatt_get_link_encrypt_status() local
361 if (encrypted && link_key_known) { in gatt_get_link_encrypt_status()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc220 msg->link_key_known = true; in BTA_DmAddDevice()
Dbta_dm_int.h163 bool link_key_known; member
Dbta_dm_act.cc729 if (msg->link_key_known) p_lc = &msg->link_key; in bta_dm_add_device()