Home
last modified time | relevance | path

Searched defs:bdaddr (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpNativeInterface.java76 void setBipClientStatus(String bdaddr, boolean connected) { in setBipClientStatus()
200 boolean connectDevice(String bdaddr) { in connectDevice()
205 boolean disconnectDevice(String bdaddr) { in disconnectDevice()
210 void setActiveDevice(String bdaddr) { in setActiveDevice()
217 void deviceConnected(String bdaddr, boolean absoluteVolume) { in deviceConnected()
229 void deviceDisconnected(String bdaddr) { in deviceDisconnected()
241 void sendVolumeChanged(String bdaddr, int volume) { in sendVolumeChanged()
268 private native boolean connectDeviceNative(String bdaddr); in connectDeviceNative()
269 private native boolean disconnectDeviceNative(String bdaddr); in disconnectDeviceNative()
270 private native void sendVolumeChangedNative(String bdaddr, int volume); in sendVolumeChangedNative()
[all …]
/aosp12/system/bt/profile/avrcp/
H A Dconnection_handler.cc46 bool IsAbsoluteVolumeEnabled(const RawAddress* bdaddr) { in IsAbsoluteVolumeEnabled()
111 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
141 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
152 void ConnectionHandler::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus()
171 bool ConnectionHandler::SdpLookup(const RawAddress& bdaddr, SdpCallback cb, in SdpLookup()
196 bool ConnectionHandler::AvrcpConnect(bool initiator, const RawAddress& bdaddr) { in AvrcpConnect()
423 void ConnectionHandler::SdpCb(RawAddress bdaddr, SdpCallback cb, in SdpCb()
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc251 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
258 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
271 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
382 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice()
388 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice()
393 void AvrcpService::SetBipClientStatus(const RawAddress& bdaddr, in SetBipClientStatus()
477 const RawAddress& bdaddr) { in ConnectDevice()
486 const RawAddress& bdaddr) { in DisconnectDevice()
495 const RawAddress& bdaddr, bool connected) { in SetBipClientStatus()
/aosp12/system/bt/types/test/
H A Draw_address_unittest.cc27 RawAddress bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST() local
52 RawAddress bdaddr; in TEST() local
70 RawAddress bdaddr; in TEST() local
/aosp12/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
H A Davrcp_device_fuzz.cc40 virtual void DeviceConnected(const RawAddress& bdaddr) {} in DeviceConnected()
41 virtual void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) {} in DeviceConnected()
42 virtual void DeviceDisconnected(const RawAddress& bdaddr) {} in DeviceDisconnected()
/aosp12/system/bt/gd/hci/
H A Daddress_unittest.cc32 Address bdaddr({0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc}); in TEST() local
57 Address bdaddr; in TEST() local
75 Address bdaddr; in TEST() local
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp137 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected()
141 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected()
145 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected()
301 RawAddress bdaddr; in connectDeviceNative() local
320 RawAddress bdaddr; in disconnectDeviceNative() local
863 RawAddress bdaddr; in sendVolumeChangedNative() local
893 RawAddress bdaddr; in setBipClientStatusNative() local
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c83 void bond_state_changed(bt_status_t status, RawAddress* bdaddr, in bond_state_changed()
140 void remote_device_properties(bt_status_t status, RawAddress* bdaddr, in remote_device_properties()
/aosp12/system/bt/bta/test/
H A Dbta_dip_test.cc24 const RawAddress bdaddr({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
/aosp12/system/bt/service/
H A Dgatt_server.h178 RawAddress bdaddr; member
/aosp12/system/bt/test/suite/adapter/
H A Dadapter_unittest.cc156 RawAddress bdaddr = {{0x22, 0x22, 0x22, 0x22, 0x22, 0x22}}; in TEST_F() local
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
H A Dbt_vendor_qcom.h81 uint8_t bdaddr[6]; member
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/include/
H A Dbt_vendor_qcom.h82 uint8_t bdaddr[6]; member
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c153 static void convert_bdaddr(char *str_bdaddr, char *bdaddr) in convert_bdaddr()
676 static int write_bdaddr(int pConfig, char *bdaddr) in write_bdaddr()
712 char bdaddr[PATH_MAX]; in write_bdaddr_from_file() local
1046 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhw_ar3k.c155 static void convert_bdaddr(char *str_bdaddr, char *bdaddr) in convert_bdaddr()
678 static int write_bdaddr(int pConfig, char *bdaddr) in write_bdaddr()
714 char bdaddr[PATH_MAX]; in write_bdaddr_from_file() local
1050 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init()
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c153 static void convert_bdaddr(char *str_bdaddr, char *bdaddr) in convert_bdaddr()
676 static int write_bdaddr(int pConfig, char *bdaddr) in write_bdaddr()
712 char bdaddr[PATH_MAX]; in write_bdaddr_from_file() local
1046 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c157 static void convert_bdaddr(char *str_bdaddr, char *bdaddr) in convert_bdaddr()
680 static int write_bdaddr(int pConfig, char *bdaddr) in write_bdaddr()
716 char bdaddr[PATH_MAX]; in write_bdaddr_from_file() local
1052 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c159 static void convert_bdaddr(char *str_bdaddr, char *bdaddr) in convert_bdaddr()
682 static int write_bdaddr(int pConfig, char *bdaddr) in write_bdaddr()
718 char bdaddr[PATH_MAX]; in write_bdaddr_from_file() local
1054 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dhw_ar3k.c157 static void convert_bdaddr(char *str_bdaddr, char *bdaddr) in convert_bdaddr()
680 static int write_bdaddr(int pConfig, char *bdaddr) in write_bdaddr()
716 char bdaddr[PATH_MAX]; in write_bdaddr_from_file() local
1052 int ath3k_init(int fd, int speed, int init_speed, char *bdaddr, struct termios *ti) in ath3k_init()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/include/
H A Dbt_vendor_qcom.h87 uint8_t bdaddr[6]; member
/aosp12/system/bt/btif/src/
H A Dbtif_dm.cc152 RawAddress bdaddr; /* peer bdaddr */ member
512 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties()
1128 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt() local
1147 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
2056 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
2655 RawAddress bdaddr = p_auth_cmpl->bd_addr; in btif_dm_ble_auth_cmpl_evt() local
/aosp12/system/bt/stack/test/common/
H A Dmock_btif_dm.cc113 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
/aosp12/system/bt/test/mock/
H A Dmock_btif_dm.cc114 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed()
/aosp12/system/bt/bta/gatt/
H A Dbta_gatts_act.cc584 static void bta_gatts_conn_cback(tGATT_IF gatt_if, const RawAddress& bdaddr, in bta_gatts_conn_cback()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhw_ar3k.h160 char *bdaddr; member

12