Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c800 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) { in gap_sec_check_complete()
1067 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->connection_id == cid)) { in gap_find_ccb_by_cid()
1095 if (p_ccb->con_state != GAP_CCB_STATE_IDLE) { in gap_find_ccb_by_handle()
1121 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) { in gap_allocate_ccb()
1168 p_ccb->con_state = GAP_CCB_STATE_IDLE; in gap_release_ccb()
1172 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->psm == psm)) { in gap_release_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h49 #define GAP_CCB_STATE_IDLE 0 macro