Lines Matching refs:bda

92     uint16_t ble_evt_type, uint8_t addr_type, RawAddress* bda,
99 CHECK(bda);
101 VLOG(2) << __func__ << " - BD_ADDR: " << BtAddrString(bda)
104 ScanResultCallback(g_interface, *bda, rssi, adv_data));
108 const RawAddress& bda) {
113 << " - BD_ADDR: " << BtAddrString(&bda) << " - conn_id: " << conn_id;
116 ConnectCallback(g_interface, conn_id, status, client_if, bda));
120 const RawAddress& bda) {
126 << " - BD_ADDR: " << BtAddrString(&bda);
128 DisconnectCallback(g_interface, conn_id, status, client_if, bda));
156 << " - address: " << BtAddrString(&p_data.bda)
235 const RawAddress& bda) {
242 ConnectionCallback(g_interface, conn_id, server_if, connected, bda));
279 const RawAddress& bda, int attr_handle,
288 g_interface, conn_id, trans_id, bda, attr_handle, offset, is_long));
292 const RawAddress& bda, int attr_handle,
301 g_interface, conn_id, trans_id, bda, attr_handle, offset, is_long));
305 const RawAddress& bda, int attr_handle,
316 g_interface, conn_id, trans_id, bda, attr_handle, offset, need_rsp,
321 int conn_id, int trans_id, const RawAddress& bda, int attr_handle,
332 g_interface, conn_id, trans_id, bda, attr_handle, offset, need_rsp,
336 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda,
344 trans_id, bda, exec_write));
562 BluetoothGattInterface* /* gatt_iface */, const RawAddress& /* bda */,
576 int /* status */, int /* client_if */, const RawAddress& /* bda */) {
582 int /* status */, int /* client_if */, const RawAddress& /* bda */) {
648 int /* server_if */, int /* connected */, const RawAddress& /* bda */) {
673 int /* trans_id */, const RawAddress& /* bda */, int /* attr_handle */,
680 int /* trans_id */, const RawAddress& /* bda */, int /* attr_handle */,
687 int /* trans_id */, const RawAddress& /* bda */, int /* attr_handle */,
695 int /* trans_id */, const RawAddress& /* bda */, int /* attr_handle */,
703 int /* trans_id */, const RawAddress& /* bda */, int /* exec_write */) {