Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_auth.cc195 if (gatt_security_check_start(p_clcb)) new_pending_clcbs.push(p_clcb); in gatt_enc_cmpl_cback()
232 if (gatt_security_check_start(p_clcb)) new_pending_clcbs.push(p_clcb); in gatt_notify_enc_cmpl()
405 bool gatt_security_check_start(tGATT_CLCB* p_clcb) { in gatt_security_check_start() function
Dgatt_api.cc744 if (gatt_security_check_start(p_clcb)) p_tcb->pending_enc_clcb.push(p_clcb); in GATTC_Read()
798 if (gatt_security_check_start(p_clcb)) p_tcb->pending_enc_clcb.push(p_clcb); in GATTC_Write()
Dgatt_int.h556 extern bool gatt_security_check_start(tGATT_CLCB* p_clcb);