Lines Matching refs:IBluetooth
56 using android::bluetooth::IBluetooth;
384 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable()
391 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable()
397 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState()
406 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled()
413 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress()
420 void HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetLocalName()
433 void HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalName()
440 void HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) { in HandleAdapterInfo()
464 void HandleSupportsMultiAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleSupportsMultiAdv()
472 void HandleRegisterBLEAdvertiser(IBluetooth* bt_iface, in HandleRegisterBLEAdvertiser()
500 void HandleUnregisterBLEAdvertiser(IBluetooth* bt_iface, in HandleUnregisterBLEAdvertiser()
521 void HandleRegisterBLE(IBluetooth* bt_iface, const vector<string>& args) { in HandleRegisterBLE()
547 void HandleUnregisterBLE(IBluetooth* bt_iface, const vector<string>& args) { in HandleUnregisterBLE()
567 void HandleUnregisterAllBLE(IBluetooth* bt_iface, const vector<string>& args) { in HandleUnregisterAllBLE()
581 void HandleRegisterGATT(IBluetooth* bt_iface, const vector<string>& args) { in HandleRegisterGATT()
607 void HandleUnregisterGATT(IBluetooth* bt_iface, const vector<string>& args) { in HandleUnregisterGATT()
627 void HandleStartAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleStartAdv()
751 void HandleStopAdv(IBluetooth* bt_iface, const vector<string>& args) { in HandleStopAdv()
769 void HandleConnect(IBluetooth* bt_iface, const vector<string>& args) { in HandleConnect()
799 void HandleDisconnect(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisconnect()
827 void HandleSetMtu(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetMtu()
862 void HandleRegisterBLEScanner(IBluetooth* bt_iface, in HandleRegisterBLEScanner()
890 void HandleUnregisterBLEScanner(IBluetooth* bt_iface, in HandleUnregisterBLEScanner()
911 void HandleStartLeScan(IBluetooth* bt_iface, const vector<string>& args) { in HandleStartLeScan()
948 void HandleStopLeScan(IBluetooth* bt_iface, const vector<string>& args) { in HandleStopLeScan()
966 void HandleHelp(IBluetooth* bt_iface, const vector<string>& args);
970 void (*func)(IBluetooth*, const vector<string>& args);
1015 void HandleHelp(IBluetooth* /* bt_iface */, const vector<string>& /* args */) { in HandleHelp() argument
1025 bool ExecuteCommand(const sp<IBluetooth>& bt_iface, std::string& command) { in ExecuteCommand()
1079 sp<IBluetooth> bt_iface; in main()