Home
last modified time | relevance | path

Searched refs:link_key_not_sent (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c3040 if (p_dev_rec->link_key_not_sent) in btm_sec_rmt_name_request_complete()
3046 p_dev_rec->link_key_not_sent = FALSE; in btm_sec_rmt_name_request_complete()
4262 if (p_dev_rec->link_key_not_sent) in btm_sec_connected()
4264 p_dev_rec->link_key_not_sent = FALSE; in btm_sec_connected()
4557 p_dev_rec->link_key_not_sent = TRUE; in btm_sec_link_key_notification()
Dbtm_int.h565 … BOOLEAN link_key_not_sent; /* link key notification has not been sent waiting for name */ member