HomeSort by relevance Sort by last modified time
    Searched refs:BNEP_STATE_IDLE (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/bnep/
bnep_int.h 113 #define BNEP_STATE_IDLE 0
bnep_utils.c 65 if ((p_bcb->con_state != BNEP_STATE_IDLE) && (p_bcb->l2cap_cid == cid))
92 if (p_bcb->con_state != BNEP_STATE_IDLE)
121 if (p_bcb->con_state == BNEP_STATE_IDLE)
156 p_bcb->con_state = BNEP_STATE_IDLE;
    [all...]
bnep_api.c 322 if (p_bcb->con_state == BNEP_STATE_IDLE)

Completed in 589 milliseconds