Home
last modified time | relevance | path

Searched refs:make_ble_read_local_supported_features (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_packet_factory.h43 BT_HDR *(*make_ble_read_local_supported_features)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c166 static BT_HDR *make_ble_read_local_supported_features(void) in make_ble_read_local_supported_features() function
269 make_ble_read_local_supported_features,
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c257 …esponse = AWAIT_COMMAND(controller_param.packet_factory->make_ble_read_local_supported_features()); in start_up()