Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_auth.c279 void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act) in gatt_set_sec_act()
295 tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb) in gatt_get_sec_act()
297 tGATT_SEC_ACTION sec_act = GATT_SEC_NONE; in gatt_get_sec_act()
314 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb ) in gatt_determine_sec_act()
316 tGATT_SEC_ACTION act = GATT_SEC_OK; in gatt_determine_sec_act()
446 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()
479 tGATT_SEC_ACTION gatt_sec_act; in gatt_security_check_start()
483 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
352 tGATT_SEC_ACTION sec_act;
671 extern tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb );
673 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);
674 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);