| /system/bt/binder/android/bluetooth/ |
| D | IBluetoothGattCallback.aidl | 28 in boolean connected, in String address); in onClientConnectionState() 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() 31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete() 32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead() 33 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite() 34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() 35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() 36 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite() 37 void onNotify(in String address, in int handle, in byte[] value); in onNotify() [all …]
|
| D | IBluetoothGattServerCallback.aidl | 27 in boolean connected, in String address); in onServerConnectionState() 29 void onCharacteristicReadRequest(in String address, in int transId, in int offset, in onCharacteristicReadRequest() 31 void onDescriptorReadRequest(in String address, in int transId, in onDescriptorReadRequest() 34 void onCharacteristicWriteRequest(in String address, in int transId, in int offset, in onCharacteristicWriteRequest() 37 void onDescriptorWriteRequest(in String address, in int transId, in int offset, in onDescriptorWriteRequest() 40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() 41 void onNotificationSent(in String address, in int status); in onNotificationSent() 42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() [all …]
|
| D | IBluetoothGatt.aidl | 79 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect() 80 void clientDisconnect(in int clientIf, in String address); in clientDisconnect() 81 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy() 82 void clientReadPhy(in int clientIf, in String address); in clientReadPhy() 83 void refreshDevice(in int clientIf, in String address); in refreshDevice() 84 void discoverServices(in int clientIf, in String address); in discoverServices() 85 void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid); in discoverServiceByUuid() 86 void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq); in readCharacteristic() 87 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() 89 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() [all …]
|
| D | bluetooth_device.h | 46 RawAddress address; variable
|
| /system/bt/btif/src/ |
| D | btif_hearing_aid.cc | 69 const RawAddress& address) override { in OnConnectionState() 76 const RawAddress& address) override { in OnDeviceAvailable() 85 void Connect(const RawAddress& address) override { in Connect() 91 void Disconnect(const RawAddress& address) override { in Disconnect() 99 void AddToWhiteList(const RawAddress& address) override { in AddToWhiteList() 113 void RemoveDevice(const RawAddress& address) override { in RemoveDevice()
|
| /system/bt/gd/security/ |
| D | security_record_database.h | 28 record::SecurityRecord& FindOrCreate(hci::AddressWithType address) { in FindOrCreate() 38 void Remove(const hci::AddressWithType& address) { in Remove() 49 iterator Find(hci::AddressWithType address) { in Find()
|
| D | security_manager.cc | 72 void SecurityManager::OnPairingPromptAccepted(const bluetooth::hci::AddressWithType& address, bool … in OnPairingPromptAccepted() 76 void SecurityManager::OnConfirmYesNo(const bluetooth::hci::AddressWithType& address, bool confirmed… in OnConfirmYesNo() 80 void SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passk… in OnPasskeyEntry()
|
| /system/bt/stack/gatt/ |
| D | connection_manager.cc | 83 std::set<tAPP_ID> get_apps_connecting_to(const RawAddress& address) { in get_apps_connecting_to() 91 bool background_connect_add(uint8_t app_id, const RawAddress& address) { in background_connect_add() 120 bool remove_unconditional(const RawAddress& address) { in remove_unconditional() 132 bool background_connect_remove(uint8_t app_id, const RawAddress& address) { in background_connect_remove() 167 void on_connection_complete(const RawAddress& address) { in on_connection_complete() 185 void wl_direct_connect_timeout_cb(uint8_t app_id, const RawAddress& address) { in wl_direct_connect_timeout_cb() 195 bool direct_connect_add(uint8_t app_id, const RawAddress& address) { in direct_connect_add() 241 bool direct_connect_remove(uint8_t app_id, const RawAddress& address) { in direct_connect_remove()
|
| /system/core/base/include/android-base/ |
| D | memory.h | 26 static inline T get_unaligned(const void* address) { in get_unaligned() 33 static inline void put_unaligned(void* address, T v) { in put_unaligned()
|
| /system/bt/service/common/android/bluetooth/ |
| D | IBluetoothLowEnergy.aidl | 29 boolean Connect(int client_id, String address, boolean is_direct); in Connect() 30 boolean Disconnect(int client_id, String address); in Disconnect() 32 boolean SetMtu(int client_id, String address, int mtu); in SetMtu()
|
| D | IBluetoothLowEnergyCallback.aidl | 24 void OnConnectionState(int status, int client_id, String address, boolean connected); in OnConnectionState() 25 void OnMtuChanged(int status, String address, int mtu); in OnMtuChanged()
|
| /system/bt/gd/hci/ |
| D | dual_device.h | 43 …DualDevice(Address address, std::shared_ptr<ClassicDevice> classic_device, std::shared_ptr<LeDevic… in DualDevice() 49 void SetAddress(Address address) override { in SetAddress()
|
| D | classic_device.h | 32 explicit ClassicDevice(Address address) : Device(address, DeviceType::CLASSIC) {} in ClassicDevice()
|
| D | address.h | 31 uint8_t address[kLength]; variable
|
| D | acl_manager.h | 162 AclConnection(const AclManager* manager, uint16_t handle, Address address) in AclConnection() 164 …AclConnection(const AclManager* manager, uint16_t handle, Address address, AddressType address_typ… in AclConnection()
|
| D | device.h | 88 Device(Address address, DeviceType device_type) in Device() 96 virtual void SetAddress(Address address) { in SetAddress()
|
| /system/bt/service/ipc/binder/ |
| D | bluetooth_low_energy_binder_server.cc | 66 const String16& address, in Connect() 86 const String16& address, in Disconnect() 103 const String16& address, int mtu, in SetMtu() 121 bluetooth::LowEnergyClient* client, int status, const char* address, in OnConnectionState() 137 bluetooth::LowEnergyClient* client, int status, const char* address, in OnMtuChanged()
|
| /system/bt/gd/neighbor/ |
| D | name.cc | 94 hci::Address address = packet.GetBdAddr(); in OnCommandComplete() local 124 hci::Address address = packet.GetBdAddr(); in OnEvent() local 149 void neighbor::NameModule::impl::ReadRemoteNameRequest(hci::Address address, in ReadRemoteNameRequest() 169 void neighbor::NameModule::impl::CancelRemoteNameRequest(hci::Address address, CancelRemoteNameCall… in CancelRemoteNameRequest() 194 void neighbor::NameModule::ReadRemoteNameRequest(hci::Address address, in ReadRemoteNameRequest() 205 void neighbor::NameModule::CancelRemoteNameRequest(hci::Address address, CancelRemoteNameCallback c… in CancelRemoteNameRequest()
|
| /system/bt/service/common/bluetooth/ |
| D | remote_device_props.h | 35 void set_address(const std::string& address) { address_ = address; } in set_address() 38 const std::string& address() const { return address_; } in address() function
|
| /system/bt/gd/facade/ |
| D | common.proto | 6 bytes address = 1; field 17 BluetoothAddress address = 1; field
|
| /system/bt/stack/btm/ |
| D | btm_ble_bgconn.cc | 50 RawAddress address; member 69 const RawAddress& address) { in background_connection_add() 88 static void background_connection_remove(const RawAddress& address) { in background_connection_remove() 173 bool BTM_BackgroundConnectAddressKnown(const RawAddress& address) { in BTM_BackgroundConnectAddressKnown() 456 bool BTM_WhiteListAdd(const RawAddress& address) { in BTM_WhiteListAdd() 474 void BTM_WhiteListRemove(const RawAddress& address) { in BTM_WhiteListRemove()
|
| /system/bt/gd/security/internal/ |
| D | security_manager_impl.cc | 82 void SecurityManagerImpl::CreateBondLe(hci::AddressWithType address) { in CreateBondLe() 257 void SecurityManagerImpl::OnPairingPromptAccepted(const bluetooth::hci::AddressWithType& address, b… in OnPairingPromptAccepted() 266 void SecurityManagerImpl::OnConfirmYesNo(const bluetooth::hci::AddressWithType& address, bool confi… in OnConfirmYesNo() 277 void SecurityManagerImpl::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t p… in OnPasskeyEntry() 288 void SecurityManagerImpl::OnPairingHandlerComplete(hci::Address address, PairingResultOrFailure sta… in OnPairingHandlerComplete() 366 void SecurityManagerImpl::OnConnectionClosedLe(hci::AddressWithType address, hci::ErrorCode error_c… in OnConnectionClosedLe()
|
| /system/bt/types/ |
| D | raw_address.h | 29 uint8_t address[kLength]; variable
|
| /system/bt/stack/test/ |
| D | gatt_connection_manager_test.cc | 44 bool BTM_WhiteListAdd(const RawAddress& address) { in BTM_WhiteListAdd() 48 void BTM_WhiteListRemove(const RawAddress& address) { in BTM_WhiteListRemove() 75 void on_connection_timed_out(uint8_t app_id, const RawAddress& address) { in on_connection_timed_out()
|
| /system/bt/common/ |
| D | metrics.cc | 573 void LogLinkLayerConnectionEvent(const RawAddress* address, in LogLinkLayerConnectionEvent() 626 void LogA2dpAudioUnderrunEvent(const RawAddress& address, in LogA2dpAudioUnderrunEvent() 651 void LogA2dpAudioOverrunEvent(const RawAddress& address, in LogA2dpAudioOverrunEvent() 681 void LogReadRssiResult(const RawAddress& address, uint16_t handle, in LogReadRssiResult() 703 void LogReadFailedContactCounterResult(const RawAddress& address, in LogReadFailedContactCounterResult() 727 void LogReadTxPowerLevelResult(const RawAddress& address, uint16_t handle, in LogReadTxPowerLevelResult() 751 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() 775 void LogClassicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t … in LogClassicPairingEvent() 798 void LogSdpAttribute(const RawAddress& address, uint16_t protocol_uuid, in LogSdpAttribute() 823 const RawAddress& address, int port, int type, in LogSocketConnectionState() [all …]
|