Home
last modified time | relevance | path

Searched refs:handleNum (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.h33 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));
40 void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));
H A Dsdp_server.c77 uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecordCount);
1110 uint16_t handleNum = 0; in SdpCreateSearchResponse() local
1125 handleNum = GetRecordHandleArray(uuidArray, uuidNum, handleArray, handleNum, maximumServiceRecordCount); in SdpCreateSearchResponse()
1128 for (int i = 0; i < handleNum; i++) { in SdpCreateSearchResponse()
1434 uint16_t handleNum = 0; in BuildServiceRecordHandleList() local
1471 handleNum = GetRecordHandleArray(uuidArray, uuidNum, handleArray, handleNum, 0); in BuildServiceRecordHandleList()
1473 return handleNum; in BuildServiceRecordHandleList()
1512 static Packet *BuildAttributeListArray(uint8_t *buffer, uint16_t length, uint32_t *handleArray, int handleNum) in BuildAttributeListArray() argument
1653 int handleNum = BuildServiceRecordHandleList(bufferInfo->buffer, serviceSearchPatternPos, bufferEnd, handleArray); SdpParseSearchAttributeRequest() local
1903 GetRecordHandleNumber( ServiceRecordItem *item, uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum) GetRecordHandleNumber() argument
1918 GetRecordHandleArray( uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecordCount) GetRecordHandleArray() argument
[all...]
H A Dsdp_util.h163 void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
H A Dsdp_client_parse.c364 uint16_t handleNum = 0; in SdpParseServiceRecordHandleList() local
398 for (; handleNum < totalServiceRecordCount; handleNum++) { in SdpParseServiceRecordHandleList()
399 uint32_t handle = BE2H_32(*(uint32_t *)(buffer + handleNum * SDP_SERVICE_RECORD_HANDLE_BYTE)); in SdpParseServiceRecordHandleList()
410 handleArray[handleNum] = handle; in SdpParseServiceRecordHandleList()
418 return handleNum; in SdpParseServiceRecordHandleList()
712 uint16_t handleNum = in SdpParseSearchResponse() local
714 if (handleNum == 0) { in SdpParseSearchResponse()
725 callback.ServiceSearchCb(addr, handleArray, handleNum, context); in SdpParseSearchResponse()
H A Dsdp_client.c178 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SdpServiceSearch()
312 void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SdpServiceBrowse()
177 SdpServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SdpServiceSearch() argument
311 SdpServiceBrowse(const BtAddr *addr, void *context, void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SdpServiceBrowse() argument
H A Dsdp.c168 void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
197 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
1242 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SDP_ServiceSearch()
1379 void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SDP_ServiceBrowse()
1241 SDP_ServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SDP_ServiceSearch() argument
1378 SDP_ServiceBrowse(const BtAddr *addr, void *context, void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SDP_ServiceBrowse() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.h74 void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context));
H A Davrcp_ct_sdp.cpp117 void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in FindTgService()
116 FindTgService(const RawAddress &rawAddr, void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) FindTgService() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.h74 void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context));
H A Davrcp_tg_sdp.cpp115 void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in FindCtService()
114 FindCtService(const RawAddress &rawAddr, void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) FindCtService() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h495 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));
537 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));

Completed in 12 milliseconds