Home
last modified time | relevance | path

Searched defs:serviceList (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/discovery/manager/src/
Ddisc_manager.c339 static DiscItem *CreateNewItem(SoftBusList *serviceList, const char *packageName, const InnerCallba… in CreateNewItem()
452 static int32_t AddInfoToList(SoftBusList *serviceList, const char *packageName, const InnerCallback… in AddInfoToList()
500 static DiscInfo *DeleteInfoFromList(SoftBusList *serviceList, const char *packageName, const int32_… in DeleteInfoFromList()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/att/
Datt_send_response.c1135 …uint16_t connectHandle, uint8_t length, const AttReadGoupAttributeData *serviceList, uint16_t serv… in ATT_ReadByGroupTypeResponse()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gatt/
Dgatt_server_profile.cpp387 AttReadGoupAttributeData serviceList[GATT_VALUE_LEN_MAX] = {{0, 0, nullptr}}; in DiscoverAllPrimaryServiceResponse() local