Searched defs:bdaddr (Results 1 - 8 of 8) sorted by relevance

/system/bt/test/suite/adapter/
H A Dadapter_unittest.cpp156 bt_bdaddr_t bdaddr = { { 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 } }; local
163 EXPECT_EQ(bt_interface()->create_bond(&bdaddr, BT_TRANSPORT_BR_EDR),
166 EXPECT_EQ(bt_interface()->cancel_bond(&bdaddr), BT_STATUS_SUCCESS);
/system/bt/service/
H A Dgatt_server.h225 Connection(int conn_id, const bt_bdaddr_t& bdaddr) argument
226 : conn_id(conn_id), bdaddr(bdaddr) {}
228 memset(&bdaddr, 0, sizeof(bdaddr));
233 bt_bdaddr_t bdaddr; member in struct:bluetooth::GattServer::Connection
/system/bt/bta/gatt/
H A Dbta_gatts_act.c904 bt_bdaddr_t bdaddr; local
905 bdcpy(bdaddr.address, bda);
907 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN);
909 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason);
H A Dbta_gattc_act.c1555 bt_bdaddr_t bdaddr; local
1556 bdcpy(bdaddr.address, bda);
1558 btif_debug_conn_state(bdaddr, BTIF_DEBUG_CONNECTED, GATT_CONN_UNKNOWN);
1560 btif_debug_conn_state(bdaddr, BTIF_DEBUG_DISCONNECTED, reason);
/system/bt/tools/bdtool/
H A Dadapter.c20 #include "btcore/include/bdaddr.h"
95 bt_bdaddr_t *bdaddr,
116 fprintf(stdout, "Bond state changed callback addr:%s state:%s\n", bdaddr_to_string(bdaddr, buf, sizeof(buf)), state_name);
152 bt_bdaddr_t *bdaddr,
156 fprintf(stdout, "Device found bdaddr:%s num_properties:%d\n",
157 bdaddr_to_string(bdaddr, buf, sizeof(buf)), num_properties);
94 bond_state_changed(bt_status_t status, bt_bdaddr_t *bdaddr, bt_bond_state_t state) argument
151 remote_device_properties(bt_status_t status, bt_bdaddr_t *bdaddr, int num_properties, bt_property_t *properties) argument
/system/bt/btif/src/
H A Dbtif_hh.c153 extern void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr);
775 bt_bdaddr_t *bdaddr = (bt_bdaddr_t*)p_data->conn.bda; local
776 btif_dm_hh_open_failed(bdaddr);
777 p_dev = btif_hh_find_dev_by_bda(bdaddr);
H A Dbtif_dm.c44 #include "bdaddr.h"
150 BD_ADDR bdaddr; /* peer bdaddr */ member in struct:__anon640
156 bt_bdaddr_t bdaddr; member in struct:__anon641
604 bt_bdaddr_t bdaddr; local
610 bdcpy(bdaddr.address, bd_addr);
617 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
630 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
640 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
649 if (btif_storage_get_remote_device_property(&bdaddr,
1315 bt_bdaddr_t bdaddr; local
1337 bt_bdaddr_t bdaddr; local
2498 btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr) argument
3102 bt_bdaddr_t bdaddr; local
3597 char bdaddr[18]; local
[all...]
/system/bt/stack/btm/
H A Dbtm_ble.c148 for bdaddr: %08x%04x, Type: %d",
899 ** bdaddr: remote device address
905 tBTM_SEC_ACTION btm_ble_determine_security_act(BOOLEAN is_originator, BD_ADDR bdaddr, UINT16 security_required) argument
934 btm_ble_link_sec_check(bdaddr, auth_req, &ble_sec_act);
945 BTM_GetSecurityFlagsByTransport(bdaddr, &sec_flag, BT_TRANSPORT_LE);
986 ** Parameter bdaddr: remote device address.

Completed in 130 milliseconds