HomeSort by relevance Sort by last modified time
    Searched full:bt_iface (Results 1 - 6 of 6) sorted by null

  /system/bt/service/client/
main.cc 330 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) {
333 bt_iface->Disable(&status);
337 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) {
356 bt_iface->Enable(is_restricted_mode, &status);
360 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) {
364 bt_iface->GetState(&st);
369 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) {
372 bt_iface->IsEnabled(&enabled);
376 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) {
379 bt_iface->GetAddress(&address)
1041 sp<IBluetooth> bt_iface; local
    [all...]
  /external/libpcap/
pcap-bt-linux.c 59 #define BT_IFACE "bluetooth"
119 pcap_snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
151 /* Does it begin with BT_IFACE? */
152 if (strncmp(cp, BT_IFACE, sizeof BT_IFACE - 1) != 0) {
153 /* Nope, doesn't begin with BT_IFACE */
157 /* Yes - is BT_IFACE followed by a number? */
158 cp += sizeof BT_IFACE - 1;
193 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1)
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.cpp 54 if (bt_iface == NULL) {
59 bt_iface->IsEnabled(&ret);
68 if (bt_iface == NULL) {
73 bt_iface->Enable(false, &ret);
87 bt_iface->GetAddress(&address);
97 bt_iface->GetName(&name16);
115 bt_iface->SetName(String16(String8(name.c_str())), &result);
124 status_t status = getService(String16(kServiceName.c_str()), &bt_iface);
134 // TODO (tturney): verify bt_iface initialized everywhere
138 bt_iface->GetLowEnergyInterface(&ble_iface)
    [all...]
bt_binder_facade.h 53 android::sp<android::bluetooth::IBluetooth> bt_iface; member in class:BtBinderFacade
  /system/bt/service/hal/
bluetooth_gatt_interface.cc 482 const bt_interface_t* bt_iface = local
484 CHECK(bt_iface);
488 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));
  /system/bt/service/
gatt_server_old.cc 479 const bt_interface_t* bt_iface = local
482 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));

Completed in 97 milliseconds