Home
last modified time | relevance | path

Searched defs:is_link_key_known (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc277 bool is_link_key_known = false; in gatt_determine_sec_act() local
Dgatt_int.h86 bool is_link_key_known; member
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h257 bool is_link_key_known() const { return sec_flags & BTM_SEC_LINK_KEY_KNOWN; } in is_link_key_known() function