Home
last modified time | relevance | path

Searched refs:get_btm_client_interface (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/stack/test/btm/
H A Dstack_btm_test.cc103 get_btm_client_interface().lifecycle.btm_init(); in TEST_F()
104 get_btm_client_interface().lifecycle.btm_free(); in TEST_F()
115 get_btm_client_interface().lifecycle.btm_init(); in TEST_F()
123 get_btm_client_interface().lifecycle.btm_free(); in TEST_F()
129 get_btm_client_interface().lifecycle.btm_init(); in TEST_F()
137 get_btm_client_interface().lifecycle.btm_free(); in TEST_F()
141 get_btm_client_interface().lifecycle.btm_init(); in TEST_F()
146 get_btm_client_interface().lifecycle.btm_free(); in TEST_F()
151 get_btm_client_interface().lifecycle.btm_init(); in TEST_F()
182 get_btm_client_interface().lifecycle.btm_free(); in TEST_F()
/aosp12/system/bt/btif/src/
H A Dstack_manager.cc271 get_btm_client_interface().lifecycle.btm_init(); in event_start_up_stack()
276 get_btm_client_interface().lifecycle.btm_ble_init(); in event_start_up_stack()
364 get_btm_client_interface().lifecycle.btm_ble_free(); in event_shut_down_stack()
365 get_btm_client_interface().lifecycle.btm_free(); in event_shut_down_stack()
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm.cc34 struct btm_client_interface_s& get_btm_client_interface() { in get_btm_client_interface() function
/aosp12/system/bt/stack/test/common/
H A Dmock_btm_layer.cc61 struct btm_client_interface_s& get_btm_client_interface() { in get_btm_client_interface() function
/aosp12/system/bt/stack/btm/
H A Dbtm_client_interface.cc181 struct btm_client_interface_s& get_btm_client_interface() { in get_btm_client_interface() function
/aosp12/system/bt/bta/hh/
H A Dbta_hh_utils.cc254 if (get_btm_client_interface().link_controller.BTM_GetLinkSuperTout( in bta_hh_read_ssr_param()
/aosp12/system/bt/stack/include/
H A Dbtm_client_interface.h228 struct btm_client_interface_s& get_btm_client_interface();
/aosp12/system/bt/stack/rfcomm/
H A Dport_utils.cc148 get_btm_client_interface().peer.BTM_GetMaxPacketSize(p_port->bd_addr); in port_select_mtu()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc372 get_btm_client_interface().ble.BTM_BleLoadLocalKeys( in BTA_dm_on_hw_on()
376 get_btm_client_interface().ble.BTM_BleLoadLocalKeys( in BTA_dm_on_hw_on()
384 get_btm_client_interface().security.BTM_SecRegister(&bta_security); in BTA_dm_on_hw_on()
/aosp12/system/bt/bta/av/
H A Dbta_av_aact.cc3210 get_btm_client_interface().lifecycle.BTM_GetHCIConnHandle( in bta_av_offload_codec_builder()