Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c265 void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act) in gatt_set_sec_act()
280 tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb) in gatt_get_sec_act()
282 tGATT_SEC_ACTION sec_act = GATT_SEC_NONE; in gatt_get_sec_act()
298 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb ) in gatt_determine_sec_act()
300 tGATT_SEC_ACTION act = GATT_SEC_OK; in gatt_determine_sec_act()
433 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()
465 tGATT_SEC_ACTION gatt_sec_act; in gatt_security_check_start()
471 tGATT_SEC_ACTION sec_act_old = gatt_get_sec_act(p_tcb); in gatt_security_check_start()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h50 typedef UINT8 tGATT_SEC_ACTION; typedef
377 tGATT_SEC_ACTION sec_act;
741 extern tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb );
743 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);
744 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);