OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_write_secure_connections_host_support
(Results
1 - 3
of
3
) sorted by null
/system/bt/hci/include/
hci_packet_factory.h
33
BT_HDR *(*
make_write_secure_connections_host_support
)(uint8_t mode);
member in struct:__anon73859
/system/bt/hci/src/
hci_packet_factory.c
88
static BT_HDR *
make_write_secure_connections_host_support
(uint8_t mode) {
function
191
make_write_secure_connections_host_support
,
/system/bt/device/src/
controller.c
183
response = AWAIT_COMMAND(packet_factory->
make_write_secure_connections_host_support
(HCI_SC_MODE_ENABLED));
Completed in 2846 milliseconds