Home
last modified time | relevance | path

Searched refs:responseMessage (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.h248 void BnepSendSetupConnectionResponse(uint16_t responseMessage);
249 void BnepSendFilterNetTypeResponse(uint16_t responseMessage);
250 void BnepSendFilterMultiAddrResponse(uint16_t responseMessage);
H A Dpan_bnep.cpp1035 uint16_t responseMessage = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); in ProcessBnepSetupConnectionResponse() local
1037 LOG_ERROR("[PAN BNEP]%{public}s we are not origination! responseMessage=%{public}d", in ProcessBnepSetupConnectionResponse()
1038 __func__, responseMessage); in ProcessBnepSetupConnectionResponse()
1047 uint16_t responseMessage = BNEP_FILTER_SUCCESSFULL; in ProcessBnepFilterNetTypeSet() local
1061 responseMessage = BNEP_FILTER_FAILED_INVALID_NET_TYPE_RANGE; in ProcessBnepFilterNetTypeSet()
1065 responseMessage = BNEP_FILTER_FAILED_TOO_MANY_FILTER; in ProcessBnepFilterNetTypeSet()
1068 if (responseMessage != BNEP_FILTER_SUCCESSFULL) { in ProcessBnepFilterNetTypeSet()
1069 BnepSendFilterNetTypeResponse(responseMessage); in ProcessBnepFilterNetTypeSet()
1086 BnepSendFilterNetTypeResponse(responseMessage); in ProcessBnepFilterNetTypeSet()
1097 uint16_t responseMessage in ProcessBnepFilterNetTypeResponse() local
1109 uint16_t responseMessage = BNEP_FILTER_SUCCESSFULL; ProcessBnepFilterMultiAddrSet() local
1163 uint16_t responseMessage = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); ProcessBnepFilterMultiAddrResponse() local
1213 BnepSendSetupConnectionResponse(uint16_t responseMessage) BnepSendSetupConnectionResponse() argument
1234 BnepSendFilterNetTypeResponse(uint16_t responseMessage) BnepSendFilterNetTypeResponse() argument
1255 BnepSendFilterMultiAddrResponse(uint16_t responseMessage) BnepSendFilterMultiAddrResponse() argument
[all...]

Completed in 3 milliseconds