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 107 #define BNEP_STATE_IDLE 0
bnep_utils.cc 67 if ((p_bcb->con_state != BNEP_STATE_IDLE) && (p_bcb->l2cap_cid == cid))
91 if (p_bcb->con_state != BNEP_STATE_IDLE) {
115 if (p_bcb->con_state == BNEP_STATE_IDLE) {
147 p_bcb->con_state = BNEP_STATE_IDLE;
    [all...]
bnep_api.cc 295 if (p_bcb->con_state == BNEP_STATE_IDLE) return (BNEP_WRONG_HANDLE);

Completed in 50 milliseconds