Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc217 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_ConnectResp()
292 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()
296 if (p_bcb->con_state == BNEP_STATE_IDLE) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()
341 return (BNEP_WRONG_HANDLE); in BNEP_WriteBuf()
455 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Write()
550 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetProtocolFilters()
606 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetMulticastFilters()
/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h67 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */ enumerator
Dpan_api.h92 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */