Home
last modified time | relevance | path

Searched refs:GAP_EIR_SIZE_MAX (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h220 const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, const uint8_t eir[GAP_EIR_SIZE_MAX], void *context);
248 BTSTACK_API int GAPIF_SetExtendedInquiryResponse(const uint8_t eir[GAP_EIR_SIZE_MAX]);
H A Dgap_comm.h48 #define GAP_EIR_SIZE_MAX 240 /// bluetooth extended inquiry response max size macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.h61 int GAP_SetExtendedInquiryResponse(const uint8_t eir[GAP_EIR_SIZE_MAX]);
H A Dgap.c1137 int GAP_SetExtendedInquiryResponse(const uint8_t eir[GAP_EIR_SIZE_MAX]) in GAP_SetExtendedInquiryResponse()
1148 (void)memcpy_s(hciCmdParam.extendInquiryRes, sizeof(hciCmdParam.extendInquiryRes), eir, GAP_EIR_SIZE_MAX); in GAP_SetExtendedInquiryResponse()
H A Dgap_if.c234 int GAPIF_SetExtendedInquiryResponse(const uint8_t eir[GAP_EIR_SIZE_MAX]) in GAPIF_SetExtendedInquiryResponse()

Completed in 6 milliseconds