Home
last modified time | relevance | path

Searched refs:AttFindByTypeValueReq (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h207 } AttFindByTypeValueReq; typedef
217 AttFindByTypeValueReq findByTypeValueRequest;
545 * @param2 attFindByTypePtreve Indicates the pointer to const the parameter of AttFindByTypeValueReq.
549 uint16_t connectHandle, const AttFindByTypeValueReq *attFindByTypePtreve, const Buffer *attValue);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.h172 AttFindByTypeValueReq *attFindByTypePtreve;
H A Datt_send_request.c382 packet = PacketMalloc(0, 0, sizeof(uint8_t) + sizeof(AttFindByTypeValueReq)); in AttFindByTypeValueRequestAsync()
427 * @param2 attFindByTypePtreve Indicates the pointer to const the parameter of AttFindByTypeValueReq.
432 uint16_t connectHandle, const AttFindByTypeValueReq *attFindByTypePtreve, const Buffer *attValue) in ATT_FindByTypeValueRequest()
443 AttFindByTypeValueReq *attFindByTypePtr = MEM_MALLOC.alloc(sizeof(AttFindByTypeValueReq)); in ATT_FindByTypeValueRequest()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp286 AttFindByTypeValueReq parameter; in DiscoverPrimaryServicesByServiceUuid()
1289 AttFindByTypeValueReq parameter; in DiscoverPrimaryServiceByUuidParsing()

Completed in 11 milliseconds