Searched refs:GAP_CCB_STATE_CONNECTED (Results 1 – 2 of 2) sorted by relevance
368 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED) { in GAP_GetRxQueueCnt()444 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED) { in GAP_ConnBTWrite()508 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED) { in GAP_ConnWriteData()584 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED) { in GAP_ConnReconfig()776 p_ccb->con_state = GAP_CCB_STATE_CONNECTED; in gap_checks_con_flags()991 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED) { in gap_data_ind()
54 #define GAP_CCB_STATE_CONNECTED 5 macro