Home
last modified time | relevance | path

Searched refs:btm_client_interface_s (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/mock/
Dmock_stack_btm.cc32 struct btm_client_interface_s btm_client_interface = {};
34 struct btm_client_interface_s& get_btm_client_interface() { in get_btm_client_interface()
/system/bt/stack/test/common/
Dmock_btm_layer.cc54 struct btm_client_interface_s btm_client_interface = {
61 struct btm_client_interface_s& get_btm_client_interface() { in get_btm_client_interface()
/system/bt/stack/btm/
Dbtm_client_interface.cc29 struct btm_client_interface_s btm_client_interface = {
181 struct btm_client_interface_s& get_btm_client_interface() { in get_btm_client_interface()
/system/bt/stack/include/
Dbtm_client_interface.h31 struct btm_client_interface_s { struct
228 struct btm_client_interface_s& get_btm_client_interface(); argument