Home
last modified time | relevance | path

Searched refs:bdaddr (Results 1 – 8 of 8) sorted by relevance

/external/qemu/hw/
Dbt.h454 bdaddr_t bdaddr; member
474 bdaddr_t bdaddr; member
500 bdaddr_t bdaddr; member
506 bdaddr_t bdaddr; member
512 bdaddr_t bdaddr; member
519 bdaddr_t bdaddr; member
526 bdaddr_t bdaddr; member
535 bdaddr_t bdaddr; member
577 bdaddr_t bdaddr; member
586 bdaddr_t bdaddr; member
[all …]
Dbt-hci.c520 .bdaddr = BAINIT(&slave->bd_addr), in bt_hci_inquiry_result_standard()
539 .bdaddr = BAINIT(&slave->bd_addr), in bt_hci_inquiry_result_with_rssi()
675 static int bt_hci_connect(struct bt_hci_s *hci, bdaddr_t *bdaddr) in bt_hci_connect() argument
681 if (slave->page_scan && !bacmp(&slave->bd_addr, bdaddr)) in bt_hci_connect()
709 bdaddr_t *bdaddr) in bt_hci_connection_reject_event() argument
715 bacpy(&params.bdaddr, bdaddr); in bt_hci_connection_reject_event()
755 bacpy(&params.bdaddr, &host->bd_addr); in bt_hci_connection_accept()
785 bacpy(&params.bdaddr, &link->host->bd_addr); in bt_hci_lmp_connection_request()
811 bdaddr_t *bdaddr) in bt_hci_lmp_connection_ready() argument
816 if (!bacmp(&hci->lm.awaiting_bdaddr[i], bdaddr)) { in bt_hci_lmp_connection_ready()
[all …]
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c358 bt_bdaddr_t bdaddr; in btif_update_remote_properties() local
364 bdcpy(bdaddr.address, bd_addr); in btif_update_remote_properties()
371 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
385 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
393 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
398 status, &bdaddr, num_properties, properties); in btif_update_remote_properties()
922 bt_bdaddr_t bdaddr; in btif_dm_search_devices_evt() local
928 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr); in btif_dm_search_devices_evt()
930 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
933 status, &bdaddr, 1, properties); in btif_dm_search_devices_evt()
[all …]
Dbtif_util.c94 char *bd2str(const bt_bdaddr_t *bdaddr, bdstr_t *bdstr) in bd2str() argument
96 char *addr = (char *) bdaddr->address; in bd2str()
Dbtif_hh.c841 bt_bdaddr_t *bdaddr = (bt_bdaddr_t*)p_data->conn.bda; in btif_hh_upstreams_evt() local
/external/qemu/
Dvl.c572 bdaddr_t bdaddr; in bt_hci_parse() local
583 bdaddr.b[0] = 0x52; in bt_hci_parse()
584 bdaddr.b[1] = 0x54; in bt_hci_parse()
585 bdaddr.b[2] = 0x00; in bt_hci_parse()
586 bdaddr.b[3] = 0x12; in bt_hci_parse()
587 bdaddr.b[4] = 0x34; in bt_hci_parse()
588 bdaddr.b[5] = 0x56 + nb_hcis; in bt_hci_parse()
589 hci->bdaddr_set(hci, bdaddr.b); in bt_hci_parse()
Dvl-android.c768 bdaddr_t bdaddr; in bt_hci_parse() local
779 bdaddr.b[0] = 0x52; in bt_hci_parse()
780 bdaddr.b[1] = 0x54; in bt_hci_parse()
781 bdaddr.b[2] = 0x00; in bt_hci_parse()
782 bdaddr.b[3] = 0x12; in bt_hci_parse()
783 bdaddr.b[4] = 0x34; in bt_hci_parse()
784 bdaddr.b[5] = 0x56 + nb_hcis; in bt_hci_parse()
785 hci->bdaddr_set(hci, bdaddr.b); in bt_hci_parse()
/external/valgrind/main/include/vki/
Dvki-linux.h2945 vki_bdaddr_t bdaddr; member