Searched refs:bt_iface (Results 1 – 4 of 4) sorted by relevance
256 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable() argument258 PrintCommandStatus(bt_iface->Disable()); in HandleDisable()261 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable() argument279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode)); in HandleEnable()282 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState() argument285 bt_iface->GetState()); in HandleGetState()289 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled() argument291 bool enabled = bt_iface->IsEnabled(); in HandleIsEnabled()295 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress() argument297 string address = bt_iface->GetAddress(); in HandleGetLocalAddress()[all …]
53 sp<IBluetooth> bt_iface = interface_cast<IBluetooth>(binder); in getClientInterface() local54 if (!bt_iface.get()) { in getClientInterface()59 return bt_iface; in getClientInterface()
534 const bt_interface_t* bt_iface = in Initialize() local536 CHECK(bt_iface); in Initialize()540 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID)); in Initialize()
486 const bt_interface_t* bt_iface = in Initialize() local489 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID)); in Initialize()