Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_auth.c278 void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act) in gatt_set_sec_act()
294 tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb) in gatt_get_sec_act()
296 tGATT_SEC_ACTION sec_act = GATT_SEC_NONE; in gatt_get_sec_act()
313 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb ) in gatt_determine_sec_act()
315 tGATT_SEC_ACTION act = GATT_SEC_OK; in gatt_determine_sec_act()
445 static BOOLEAN gatt_convert_sec_action(tGATT_SEC_ACTION gatt_sec_act, tBTM_BLE_SEC_ACT *p_btm_sec_a… in gatt_convert_sec_action()
478 tGATT_SEC_ACTION gatt_sec_act; in gatt_security_check_start()
482 tGATT_SEC_ACTION sec_act_old = gatt_get_sec_act(p_tcb); in gatt_security_check_start()
Dgatt_int.h48 typedef UINT8 tGATT_SEC_ACTION; typedef
354 tGATT_SEC_ACTION sec_act;
690 extern tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb );
692 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);
693 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);