Searched refs:GAP_CCB_STATE_IDLE (Results 1 – 2 of 2) sorted by relevance
800 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()
49 #define GAP_CCB_STATE_IDLE 0 macro