Searched refs:btif_hh_connect (Results 1 – 8 of 8) sorted by relevance
50 bt_status_t btif_hh_connect(const tAclLinkSpec& link_spec);296 ASSERT_EQ(btif_hh_connect(kDeviceConnecting), BT_STATUS_SUCCESS); in TEST_F()
86 .btif_hh_connect = nullptr,
99 .btif_hh_connect = [](const tAclLinkSpec& /* link_spec */) -> bt_status_t {
145 bt_status_t btif_hh_connect(const tAclLinkSpec& link_spec);
110 bt_status_t (*btif_hh_connect)(const tAclLinkSpec& link_spec); member
366 .btif_hh_connect = btif_hh_connect, in CreateInterfaceToProfiles()
798 bt_status_t btif_hh_connect(const tAclLinkSpec& link_spec) { in btif_hh_connect() function1444 if (btif_hh_connect(link_spec) == BT_STATUS_SUCCESS) { in btif_hh_handle_evt()
864 GetInterfaceToProfiles()->profileSpecific_HACK->btif_hh_connect( in btif_dm_cb_create_bond()