Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc34 #define GAP_CCB_STATE_IDLE 0 macro
679 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) return; in gap_sec_check_complete()
896 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && in gap_find_ccb_by_cid()
922 if (p_ccb->con_state != GAP_CCB_STATE_IDLE) return (p_ccb); in gap_find_ccb_by_handle()
944 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) { in gap_allocate_ccb()
983 p_ccb->con_state = GAP_CCB_STATE_IDLE; in gap_release_ccb()
988 if ((p_ccb_local->con_state != GAP_CCB_STATE_IDLE) && in gap_release_ccb()