Home
last modified time | relevance | path

Searched defs:bda (Results 1 – 25 of 122) sorted by relevance

12345

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc288 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, uint8_t* p_found_idx, in gatt_find_the_connected_bda()
355 tGATTS_SRV_CHG* gatt_is_bda_in_the_srv_chg_clt_list(const RawAddress& bda) { in gatt_is_bda_in_the_srv_chg_clt_list()
383 static uint8_t gatt_find_i_tcb_by_addr(const RawAddress& bda, tBT_TRANSPORT transport) { in gatt_find_i_tcb_by_addr()
422 tGATT_TCB* gatt_find_tcb_by_addr(const RawAddress& bda, tBT_TRANSPORT transport) { in gatt_find_tcb_by_addr()
497 tGATT_TCB* gatt_allocate_tcb_by_bdaddr(const RawAddress& bda, tBT_TRANSPORT transport) { in gatt_allocate_tcb_by_bdaddr()
533 uint16_t gatt_get_mtu(const RawAddress& bda, tBT_TRANSPORT transport) { in gatt_get_mtu()
1585 static bool gatt_is_anybody_interested_in_connection(const RawAddress& bda) { in gatt_is_anybody_interested_in_connection()
1602 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open()
1822 static void gatt_disconnect_complete_notify_user(const RawAddress& bda, tGATT_DISCONN_REASON reason, in gatt_disconnect_complete_notify_user()
1861 void gatt_cleanup_upon_disc(const RawAddress& bda, tGATT_DISCONN_REASON reason, in gatt_cleanup_upon_disc()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc117 RawAddress bda = RawAddress::kEmpty; in btu_hcif_log_event_metrics() local
827 RawAddress bda; in btu_hcif_esco_connection_comp_evt() local
1196 RawAddress bda; in btu_hcif_sec_pin_code_request() local
1202 RawAddress bda; in btu_hcif_sec_link_key_request() local
1207 RawAddress bda; in btu_hcif_rem_oob_req() local
1227 RawAddress bda; in btu_hcif_proc_sp_req_evt() local
1315 RawAddress bda; in btu_hcif_link_key_notification_evt() local
1369 RawAddress bda; in btu_hcif_io_cap_request_evt() local
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc189 tBLE_ADDR_TYPE identity_address_type, const RawAddress& bda, in acl_refresh_remote_address()
297 void btm_acl_connected(const RawAddress& bda, uint16_t handle, tHCI_STATUS status, in btm_acl_connected()
302 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, tHCI_ROLE link_role, in btm_acl_created()
319 void btm_acl_notif_conn_collision(const RawAddress& bda) { in btm_acl_notif_conn_collision()
343 void btm_establish_continue_from_address(const RawAddress& bda, tBT_TRANSPORT transport) { in btm_establish_continue_from_address()
391 void btm_connection_request(const RawAddress& bda, const bluetooth::hci::ClassOfDevice& cod) { in btm_connection_request()
394 void on_acl_br_edr_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, in on_acl_br_edr_connected()
399 void on_acl_br_edr_failed(const RawAddress& bda, tHCI_STATUS status, bool locally_initiated) { in on_acl_br_edr_failed()
Dmock_stack_btm_sec.cc246 const DEV_CLASS btm_get_dev_class(const RawAddress& bda) { in btm_get_dev_class()
291 void btm_sec_conn_req(const RawAddress& bda, const DEV_CLASS dc) { in btm_sec_conn_req()
295 void btm_sec_connected(const RawAddress& bda, uint16_t handle, tHCI_STATUS status, uint8_t enc_mode, in btm_sec_connected()
333 bool btm_sec_is_a_bonded_dev(const RawAddress& bda) { in btm_sec_is_a_bonded_dev()
360 void btm_sec_link_key_request(const RawAddress bda) { in btm_sec_link_key_request()
371 void btm_sec_pin_code_request(const RawAddress bda) { in btm_sec_pin_code_request()
Dmock_stack_btm_ble.cc198 void btm_ble_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, uint8_t role, in btm_ble_connected()
205 void btm_ble_connection_established(const RawAddress& bda) { in btm_ble_connection_established()
231 void btm_ble_ltk_request_reply(const RawAddress& bda, bool use_stk, const Octet16& stk) { in btm_ble_ltk_request_reply()
264 tBTM_STATUS btm_ble_start_encrypt(const RawAddress& bda, bool use_stk, Octet16* p_stk) { in btm_ble_start_encrypt()
Dmock_stack_l2cap_ble.cc96 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection()
100 bool l2cble_conn_comp(uint16_t handle, tHCI_ROLE role, const RawAddress& bda, tBLE_ADDR_TYPE type, in l2cble_conn_comp()
177 void l2cble_use_preferred_conn_params(const RawAddress& bda) { in l2cble_use_preferred_conn_params()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c235 get_buffer_resource(struct pipe_context *ctx, const VkDescriptorAddressInfoEXT *bda) in get_buffer_resource()
264 get_texture_handle_bda(struct lvp_device *device, const VkDescriptorAddressInfoEXT *bda, enum pipe_… in get_texture_handle_bda()
297 get_image_handle_bda(struct lvp_device *device, const VkDescriptorAddressInfoEXT *bda, enum pipe_fo… in get_image_handle_bda()
1109 const VkDescriptorAddressInfoEXT *bda = pCreateInfo->data.pUniformTexelBuffer; in lvp_GetDescriptorEXT() local
1121 const VkDescriptorAddressInfoEXT *bda = pCreateInfo->data.pStorageTexelBuffer; in lvp_GetDescriptorEXT() local
1132 const VkDescriptorAddressInfoEXT *bda = pCreateInfo->data.pUniformBuffer; in lvp_GetDescriptorEXT() local
1146 const VkDescriptorAddressInfoEXT *bda = pCreateInfo->data.pStorageBuffer; in lvp_GetDescriptorEXT() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc181 void NotifyAclRoleSwitchComplete(const RawAddress& bda, tHCI_ROLE new_role, in NotifyAclRoleSwitchComplete()
272 tACL_CONN* StackAclBtmAcl::btm_bda_to_acl(const RawAddress& bda, tBT_TRANSPORT transport) { in btm_bda_to_acl()
375 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, tHCI_ROLE link_role, in btm_acl_created()
437 void btm_acl_create_failed(const RawAddress& bda, tBT_TRANSPORT transport, tHCI_STATUS hci_status) { in btm_acl_create_failed()
992 void btm_establish_continue_from_address(const RawAddress& bda, tBT_TRANSPORT transport) { in btm_establish_continue_from_address()
2000 void btm_acl_notif_conn_collision(const RawAddress& bda) { in btm_acl_notif_conn_collision()
2009 tBLE_ADDR_TYPE identity_address_type, const RawAddress& bda, in acl_refresh_remote_address()
2250 void on_acl_br_edr_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, in on_acl_br_edr_connected()
2281 void on_acl_br_edr_failed(const RawAddress& bda, tHCI_STATUS status, bool locally_initiated) { in on_acl_br_edr_failed()
2295 void btm_acl_connected(const RawAddress& bda, uint16_t handle, tHCI_STATUS status, in btm_acl_connected()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc296 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, const RawAddress& bda, in btm_esco_conn_rsp()
929 void btm_sco_conn_req(const RawAddress& bda, const DEV_CLASS& dev_class, uint8_t link_type) { in btm_sco_conn_req()
996 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, tBTM_ESCO_DATA* p_esco_data) { in btm_sco_connected()
1108 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, uint16_t hci_handle, in btm_sco_connection_failed()
1211 void BTM_RemoveScoByBdaddr(const RawAddress& bda) { in BTM_RemoveScoByBdaddr()
1243 RawAddress bda(p->esco.data.bd_addr); in btm_sco_removed() local
1343 void btm_sco_acl_removed(const RawAddress* bda) { in btm_sco_acl_removed()
Dbtm_sec.cc1855 void btm_sec_conn_req(const RawAddress& bda, const DEV_CLASS dc) { in btm_sec_conn_req()
2685 void btm_proc_sp_req_evt(tBTM_SP_EVT event, const RawAddress bda, const uint32_t value) { in btm_proc_sp_req_evt()
3531 void btm_sec_connected(const RawAddress& bda, uint16_t handle, tHCI_STATUS status, uint8_t enc_mode, in btm_sec_connected()
4153 void btm_sec_link_key_request(const RawAddress bda) { in btm_sec_link_key_request()
5038 bool btm_sec_is_a_bonded_dev(const RawAddress& bda) { return btm_sec_cb.IsDeviceBonded(bda); } in btm_sec_is_a_bonded_dev()
5144 DEV_CLASS btm_get_dev_class(const RawAddress& bda) { in btm_get_dev_class()
Dbtm_ble_gap.cc1017 RawAddress bda = addr; in btm_ble_periodic_adv_sync_established() local
1603 void btm_ble_read_remote_name_cmpl(bool status, const RawAddress& bda, uint16_t length, in btm_ble_read_remote_name_cmpl()
1671 static void btm_ble_read_remote_appearance_cmpl(bool status, const RawAddress& bda, uint16_t length, in btm_ble_read_remote_appearance_cmpl()
2083 void btm_ble_process_adv_addr(RawAddress& bda, tBLE_ADDR_TYPE* addr_type) { in btm_ble_process_adv_addr()
2111 const RawAddress& bda, uint8_t primary_phy, uint8_t secondary_phy, in btm_ble_process_adv_pkt_cont()
2265 const RawAddress& bda, uint8_t primary_phy, in btm_ble_process_adv_pkt_cont_for_inquiry()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc70 static tSRVC_CLCB* srvc_eng_find_clcb_by_bd_addr(const RawAddress& bda) { in srvc_eng_find_clcb_by_bd_addr()
113 static tSRVC_CLCB* srvc_eng_clcb_alloc(tCONN_ID conn_id, const RawAddress& bda) { in srvc_eng_clcb_alloc()
189 static void srvc_eng_connect_cback(tGATT_IF /* gatt_if */, const RawAddress& bda, tCONN_ID conn_id, in srvc_eng_connect_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc48 RawAddress bda; member
89 static tGAP_CLCB* find_clcb_by_bd_addr(const RawAddress& bda) { in find_clcb_by_bd_addr()
111 static tGAP_CLCB* clcb_alloc(const RawAddress& bda) { in clcb_alloc()
312 static void client_connect_cback(tGATT_IF, const RawAddress& bda, tCONN_ID conn_id, bool connected, in client_connect_cback()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java227 public void transferSync(BluetoothDevice bda, int serviceData, int syncHandle) { in transferSync()
255 BluetoothDevice bda, in transferSetInfo()
270 BluetoothDevice bda, in transferSetInfo()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DPeriodicScanNativeInterface.java79 void syncTransfer(BluetoothDevice bda, int serviceData, int syncHandle) { in syncTransfer()
83 void transferSetInfo(BluetoothDevice bda, int serviceData, int advHandle) { in transferSetInfo()
121 void onSyncTransferredCallback(int paSource, int status, String bda) { in onSyncTransferredCallback()
DPeriodicScanManager.java375 void onSyncTransferredCallback(int paSource, int status, String bda) { in onSyncTransferredCallback()
388 public void transferSync(BluetoothDevice bda, int serviceData, int syncHandle) { in transferSync()
402 BluetoothDevice bda, in transferSetInfo()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc153 RawAddress bda({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); in TEST_F() local
165 RawAddress bda({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); in TEST_F() local
193 RawAddress bda({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp109 static jstring bdaddr2newjstr(JNIEnv* env, const RawAddress* bda) { in bdaddr2newjstr()
250 void btgattc_scan_result_cb(uint16_t event_type, uint8_t addr_type, RawAddress* bda, in btgattc_scan_result_cb()
272 void btgattc_open_cb(int conn_id, int status, int clientIf, const RawAddress& bda) { in btgattc_open_cb()
284 void btgattc_close_cb(int conn_id, int status, int clientIf, const RawAddress& bda) { in btgattc_close_cb()
414 void btgattc_remote_rssi_cb(int client_if, const RawAddress& bda, int rssi, int status) { in btgattc_remote_rssi_cb()
677 void btgatts_connection_cb(int conn_id, int server_if, int connected, const RawAddress& bda) { in btgatts_connection_cb()
746 void btgatts_request_read_characteristic_cb(int conn_id, int trans_id, const RawAddress& bda, in btgatts_request_read_characteristic_cb()
759 void btgatts_request_read_descriptor_cb(int conn_id, int trans_id, const RawAddress& bda, in btgatts_request_read_descriptor_cb()
772 void btgatts_request_write_characteristic_cb(int conn_id, int trans_id, const RawAddress& bda, in btgatts_request_write_characteristic_cb()
791 void btgatts_request_write_descriptor_cb(int conn_id, int trans_id, const RawAddress& bda, in btgatts_request_write_descriptor_cb()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_api_test.cc30 static tBTM_SEC_DEV_REC* make_bonded_ble_device(const RawAddress& bda, const RawAddress& rra) { in make_bonded_ble_device()
39 static tBTM_SEC_DEV_REC* make_bonded_dual_device(const RawAddress& bda, const RawAddress& rra) { in make_bonded_dual_device()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc101 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection()
128 bool l2cble_conn_comp(uint16_t handle, tHCI_ROLE role, const RawAddress& bda, in l2cble_conn_comp()
1290 static void l2cble_sec_comp(RawAddress bda, tBT_TRANSPORT transport, void* /* p_ref_data */, in l2cble_sec_comp()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_debug_conn.cc33 RawAddress bda; member
69 void btif_debug_conn_state(const RawAddress& bda, const btif_debug_conn_state_t state, in btif_debug_conn_state()
Dbtif_profile_queue.cc98 static void queue_int_add(uint16_t uuid, const RawAddress& bda, btif_connect_cb_t connect_cb) { in queue_int_add()
154 bt_status_t btif_queue_connect(uint16_t uuid, const RawAddress* bda, btif_connect_cb_t connect_cb) { in btif_queue_connect()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_utils.cc374 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda) { in bta_gattc_find_srcb()
395 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda) { in bta_gattc_find_srvr_cache()
433 tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda) { in bta_gattc_srcb_alloc()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_buffer.c47 const VkBufferOpaqueCaptureAddressCreateInfo *bda = (void *)ext; in hk_get_bda_replay_addr() local
60 const VkBufferDeviceAddressCreateInfoEXT *bda = (void *)ext; in hk_get_bda_replay_addr() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothScan.aidl57 …void transferSync(in BluetoothDevice bda, in int serviceData, in int syncHandle, in AttributionSou… in transferSync()
59 …void transferSetInfo(in BluetoothDevice bda, in int serviceData, in int advertisingHandle, in IPer… in transferSetInfo()

12345