Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c224 return make_command_no_params(HCI_BLE_RD_MAX_ADV_DATA_LEN); in make_read_max_adv_data_len()
Dhci_packet_parser.c217 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_RD_MAX_ADV_DATA_LEN, 1 /* bytes a… in parse_ble_read_adv_max_len_response()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1386 UINT16_TO_STREAM(pp, HCI_BLE_RD_MAX_ADV_DATA_LEN); in btsnd_hcic_ble_read_max_adv_len()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h366 #define HCI_BLE_RD_MAX_ADV_DATA_LEN (0x003A | HCI_GRP_BLE_CMDS) macro