Home
last modified time | relevance | path

Searched refs:num_services (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h296 uint16_t num_services = fdp->ConsumeIntegralInRange<uint16_t>(0, 64);
297 uint16_t* service_uuids = new uint16_t[num_services];
298 for (uint16_t i = 0; i < num_services; i++) {
305 num_services, service_uuids);
/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h385 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services,
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h501 uint16_t num_services,
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc826 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, in SDP_AddServiceClassIdList() argument
836 for (xx = 0; xx < num_services; xx++, p_service_uuids++) { in SDP_AddServiceClassIdList()