Searched refs:BNEP_WRONG_HANDLE (Results 1 – 3 of 3) sorted by relevance
216 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()
80 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */
62 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */ enumerator