Home
last modified time | relevance | path

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

/system/bt/tools/mcap_tool/
Dmcap_tool.cc102 const bt_interface_t* sBtInterface = nullptr; variable
369 sBtInterface = sBtDevice->get_bluetooth_interface(); in HAL_load()
379 sBtInterface = nullptr; in HAL_unload()
416 global_status = (bt_status_t)sBtInterface->set_adapter_property(&property1); in adapter_state_changed()
417 global_status = (bt_status_t)sBtInterface->set_adapter_property(&property); in adapter_state_changed()
418 global_status = (bt_status_t)sBtInterface->set_adapter_property(&property2); in adapter_state_changed()
453 sBtInterface->pin_reply(remote_bd_addr, true, 4, &pincode)) { in pin_request_cb()
465 sBtInterface->ssp_reply(remote_bd_addr, pairing_variant, true, in ssp_request_cb()
547 global_status = (bt_status_t)sBtInterface->init(&bt_callbacks); in adapter_init()
549 global_status = (bt_status_t)sBtInterface->set_os_callouts(&callouts); in adapter_init()
[all …]