Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_api.cc216 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_ConnectResp()
291 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()
295 if (p_bcb->con_state == BNEP_STATE_IDLE) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()
337 return (BNEP_WRONG_HANDLE); in BNEP_WriteBuf()
450 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Write()
545 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetProtocolFilters()
601 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetMulticastFilters()
669 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_GetStatus()
/system/bt/stack/include/
Dpan_api.h80 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */
Dbnep_api.h62 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */ enumerator