Searched refs:tGATT_SEC_ACTION (Results 1 – 2 of 2) sorted by relevance
246 void gatt_set_sec_act(tGATT_TCB* p_tcb, tGATT_SEC_ACTION sec_act) { in gatt_set_sec_act()260 tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB* p_tcb) { in gatt_get_sec_act()261 tGATT_SEC_ACTION sec_act = GATT_SEC_NONE; in gatt_get_sec_act()271 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* p_clcb) { in gatt_determine_sec_act()272 tGATT_SEC_ACTION act = GATT_SEC_OK; in gatt_determine_sec_act()383 static bool gatt_convert_sec_action(tGATT_SEC_ACTION gatt_sec_act, in gatt_convert_sec_action()407 tGATT_SEC_ACTION sec_act_old = gatt_get_sec_act(p_tcb); in gatt_security_check_start()409 tGATT_SEC_ACTION gatt_sec_act = gatt_determine_sec_act(p_clcb); in gatt_security_check_start()
50 typedef uint8_t tGATT_SEC_ACTION; typedef268 tGATT_SEC_ACTION sec_act;542 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB* p_tcb);543 extern void gatt_set_sec_act(tGATT_TCB* p_tcb, tGATT_SEC_ACTION sec_act);