Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_packet_factory.h42 BT_HDR *(*make_ble_read_supported_states)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c161 static BT_HDR *make_ble_read_supported_states(void) in make_ble_read_supported_states() function
268 make_ble_read_supported_states,
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c249 response = AWAIT_COMMAND(controller_param.packet_factory->make_ble_read_supported_states()); in start_up()