Searched refs:GAP_CCB_STATE_IDLE (Results 1 – 2 of 2) sorted by relevance
824 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) in gap_sec_check_complete()1118 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->connection_id == cid)) in gap_find_ccb_by_cid()1146 if (p_ccb->con_state != GAP_CCB_STATE_IDLE) in gap_find_ccb_by_handle()1172 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) in gap_allocate_ccb()1218 p_ccb->con_state = GAP_CCB_STATE_IDLE; in gap_release_ccb()1223 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->psm == psm)) in gap_release_ccb()
53 #define GAP_CCB_STATE_IDLE 0 macro