Searched refs:BNEP_WRONG_HANDLE (Results 1 – 3 of 3) sorted by relevance
213 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_ConnectResp()288 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()292 if (p_bcb->con_state == BNEP_STATE_IDLE) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()334 return (BNEP_WRONG_HANDLE); in BNEP_WriteBuf()447 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Write()542 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetProtocolFilters()598 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetMulticastFilters()
62 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */ enumerator
79 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */