Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_factory.h33 BT_HDR *(*make_write_secure_connections_host_support)(uint8_t mode); member
/system/bt/hci/src/
Dhci_packet_factory.c88 static BT_HDR *make_write_secure_connections_host_support(uint8_t mode) { in make_write_secure_connections_host_support() function
187 make_write_secure_connections_host_support,
/system/bt/device/src/
Dcontroller.c180 …response = AWAIT_COMMAND(packet_factory->make_write_secure_connections_host_support(HCI_SC_MODE_EN… in start_up()