HomeSort by relevance Sort by last modified time
    Searched refs:bt_discovery_state_t (Results 1 - 11 of 11) sorted by null

  /system/bt/service/
logging_helpers.h 34 const char* BtDiscoveryStateText(const bt_discovery_state_t);
logging_helpers.cc 66 const char* BtDiscoveryStateText(const bt_discovery_state_t state) {
  /system/bt/test/suite/adapter/
bluetooth_test.h 61 bt_discovery_state_t GetDiscoveryState();
93 void DiscoveryStateChangedCallback(bt_discovery_state_t state) override;
112 bt_discovery_state_t discovery_state_;
bluetooth_test.cc 103 bt_discovery_state_t BluetoothTest::GetDiscoveryState() {
144 void BluetoothTest::DiscoveryStateChangedCallback(bt_discovery_state_t state) {
  /system/bt/service/hal/
bluetooth_interface.h 60 virtual void DiscoveryStateChangedCallback(bt_discovery_state_t state);
bluetooth_interface.cc 101 void DiscoveryStateChangedCallback(bt_discovery_state_t state) {
313 bt_discovery_state_t /* state */) {
  /system/bt/tools/bdtool/
adapter.c 27 static bt_discovery_state_t discovery_state;
51 bt_discovery_state_t adapter_get_discovery_state() { return discovery_state; }
119 void discovery_state_changed(bt_discovery_state_t state) {
  /hardware/libhardware/include/hardware/
bluetooth.h 115 } bt_discovery_state_t; typedef in typeref:enum:__anon48102
333 typedef void (*discovery_state_changed_callback)(bt_discovery_state_t state);
  /system/bt/include/hardware/
bluetooth.h 112 } bt_discovery_state_t; typedef in typeref:enum:__anon1880
322 typedef void (*discovery_state_changed_callback)(bt_discovery_state_t state);
  /system/bt/tools/mcap_tool/
mcap_tool.cc 431 static void discovery_state_changed(bt_discovery_state_t state) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 314 static void discovery_state_changed_callback(bt_discovery_state_t state) {
    [all...]

Completed in 783 milliseconds