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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_auth.c393 BOOLEAN gatt_security_check_start(tGATT_CLCB *p_clcb) function
408 GATT_TRACE_DEBUG0("gatt_security_check_start: Do data signing");
415 GATT_TRACE_DEBUG0("gatt_security_check_start: Encrypt now or key upgreade first");
422 GATT_TRACE_ERROR1("gatt_security_check_start BTM_SetEncryption failed btm_status=%d", btm_status);
440 GATT_TRACE_ERROR0("gatt_security_check_start channel not open");
H A Dgatt_api.c945 if (gatt_security_check_start(p_clcb) == FALSE)
1012 if (gatt_security_check_start(p_clcb) == FALSE)
H A Dgatt_int.h647 extern BOOLEAN gatt_security_check_start(tGATT_CLCB *p_clcb);

Completed in 321 milliseconds