Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_int.h113 #define BNEP_STATE_IDLE 0 macro
Dbnep_utils.c65 if ((p_bcb->con_state != BNEP_STATE_IDLE) && (p_bcb->l2cap_cid == cid)) in bnepu_find_bcb_by_cid()
92 if (p_bcb->con_state != BNEP_STATE_IDLE) in bnepu_find_bcb_by_bd_addr()
121 if (p_bcb->con_state == BNEP_STATE_IDLE) in bnepu_allocate_bcb()
156 p_bcb->con_state = BNEP_STATE_IDLE; in bnepu_release_bcb()
Dbnep_api.c322 if (p_bcb->con_state == BNEP_STATE_IDLE) in BNEP_Disconnect()