Home
last modified time | relevance | path

Searched refs:SdpAddServiceClassIdList (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddi_service_over_bredr.cpp35 int ret = SdpAddServiceClassIdList(); in RegisterSDP()
73 int DiServiceOverBredr::SdpAddServiceClassIdList() const in SdpAddServiceClassIdList() function in OHOS::bluetooth::DiServiceOverBredr
H A Ddi_service_over_bredr.h43 int SdpAddServiceClassIdList() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgatt_service_over_bredr.cpp35 int ret = SdpAddServiceClassIdList(); in RegisterSDP()
73 int GattServiceOverBredr::SdpAddServiceClassIdList() const in SdpAddServiceClassIdList() function in OHOS::bluetooth::GattServiceOverBredr
H A Dgatt_service_over_bredr.h43 int SdpAddServiceClassIdList() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.h40 int SdpAddServiceClassIdList(uint32_t handle, const BtUuid *classid, uint16_t classidNumber);
H A Dsdp.c468 ctx->result = SdpAddServiceClassIdList(ctx->handle, ctx->classid, ctx->classidNumber); in SdpAddServiceClassIdListTask()
H A Dsdp_server.c222 int SdpAddServiceClassIdList(uint32_t handle, const BtUuid *classid, uint16_t classidNumber) in SdpAddServiceClassIdList() function