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

  /system/bt/service/
logging_helpers.h 34 const char *BtDiscoveryStateText(const bt_discovery_state_t);
logging_helpers.cpp 66 const char *BtDiscoveryStateText(const bt_discovery_state_t state) {
  /system/bt/test/suite/adapter/
bluetooth_test.h 63 bt_discovery_state_t GetDiscoveryState();
91 void DiscoveryStateChangedCallback(bt_discovery_state_t state);
106 bt_discovery_state_t discovery_state_;
bluetooth_test.cpp 94 bt_discovery_state_t BluetoothTest::GetDiscoveryState() {
125 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.cpp 100 void DiscoveryStateChangedCallback(bt_discovery_state_t state) {
349 bt_discovery_state_t /* state */) {
  /system/bt/tools/bdtool/
adapter.c 28 static bt_discovery_state_t discovery_state;
56 bt_discovery_state_t adapter_get_discovery_state() {
130 void discovery_state_changed(bt_discovery_state_t state) {
  /hardware/libhardware/include/hardware/
bluetooth.h 122 } bt_discovery_state_t; typedef in typeref:enum:__anon31954
338 typedef void (*discovery_state_changed_callback)(bt_discovery_state_t state);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 343 static void discovery_state_changed_callback(bt_discovery_state_t state) {
    [all...]

Completed in 3994 milliseconds