HomeSort by relevance Sort by last modified time
    Searched refs:bda (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/bluetooth/bluedroid/btif/include/
btif_profile_queue.h 30 typedef bt_status_t (btif_connect_cb_t) (bt_bdaddr_t *bda);
32 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda,
btif_hh.h 103 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 43 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
63 UINT16 gatt_profile_find_conn_id_by_bd_addr(BD_ADDR bda)
70 if (p_clcb->in_use && p_clcb->connected && !memcmp(p_clcb->bda, bda, BD_ADDR_LEN))
88 tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda)
95 if (p_clcb->in_use && p_clcb->connected && !memcmp(p_clcb->bda, bda, BD_ADDR_LEN))
113 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda)
125 memcpy (p_clcb->bda, bda, BD_ADDR_LEN)
    [all...]
gatt_utils.c 136 memcpy(req.srv_chg.bda, bd_addr, BD_ADDR_LEN);
700 ** Description This function find the connected bda
705 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx)
715 memcpy( bda, gatt_cb.tcb[i].peer_bda, BD_ADDR_LEN);
718 GATT_TRACE_DEBUG6("gatt_find_the_connected_bda bda :%02x-%02x-%02x-%02x-%02x-%02x",
719 bda[0], bda[1], bda[2], bda[3], bda[4], bda[5])
    [all...]
gatt_int.h 453 BD_ADDR bda; member in struct:__anon3128
537 extern void gatt_add_a_bonded_dev_for_srv_chg (BD_ADDR bda);
540 extern UINT16 gatt_profile_find_conn_id_by_bd_addr(BD_ADDR bda);
541 extern tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda);
543 extern tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda);
571 extern tGATTS_SRV_CHG *gatt_is_bda_in_the_srv_chg_clt_list (BD_ADDR bda);
573 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx);
614 extern BOOLEAN gatt_cancel_open(tGATT_IF gatt_if, BD_ADDR bda);
633 extern UINT8 gatt_num_clcb_by_bd_addr(BD_ADDR bda);
635 extern tGATT_TCB * gatt_allocate_tcb_by_bdaddr(BD_ADDR bda);
    [all...]
gatt_main.c 386 GATT_TRACE_DEBUG3 ("GATT ATT protocol channel with BDA: %08x%04x is %s",
927 void gatt_add_a_bonded_dev_for_srv_chg (BD_ADDR bda)
933 memcpy(srv_chg_clt.bda, bda, BD_ADDR_LEN);
937 memcpy(req.srv_chg.bda, bda, BD_ADDR_LEN);
999 gatt_send_srv_chg_ind(p_srv_chg_clt->bda);
1070 BD_ADDR bda; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 257 BD_ADDR* bda; local
279 bda = (BD_ADDR*) (&p_dev->bd_addr);
280 BTA_HhSendData(p_dev->dev_handle, *bda,
468 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask)
472 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN) == 0) {
474 bda.address[0], bda.address[1], bda.address[2], bda.address[3], bda.address[4], bda.address[5])
631 BD_ADDR *bda = (BD_ADDR*)bd_addr; local
669 BD_ADDR *bda = (BD_ADDR*)bd_addr; local
696 BD_ADDR *bda = (BD_ADDR*)bd_addr; local
946 BD_ADDR bda; local
1322 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1375 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1408 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1443 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1477 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1520 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1566 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
1638 BD_ADDR* bda = (BD_ADDR*) bd_addr; local
    [all...]
btif_profile_queue.c 45 bt_bdaddr_t bda; member in struct:connect_node_tag
106 return (*(btif_connect_cb_t*)p_head->p_cb)(&p_head->bda);
135 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda,
140 memcpy(&(node.bda), bda, sizeof(bt_bdaddr_t));
btif_gatt_server.c 192 bt_bdaddr_t bda; local
193 bdcpy(bda.address, p_data->conn.remote_bda);
198 p_data->conn.conn_id, p_data->conn.server_if, TRUE, &bda);
204 bt_bdaddr_t bda; local
205 bdcpy(bda.address, p_data->conn.remote_bda);
208 p_data->conn.conn_id, p_data->conn.server_if, FALSE, &bda);
287 bt_bdaddr_t bda; local
288 bdcpy(bda.address, p_data->req_data.remote_bda);
291 p_data->req_data.conn_id,p_data->req_data.trans_id, &bda,
300 bt_bdaddr_t bda; local
316 bt_bdaddr_t bda; local
    [all...]
btif_gatt_util.c 336 bt_bdaddr_t bda; local
337 bdcpy(bda.address, bd_addr);
340 btif_dm_remove_bond(&bda);
348 bt_bdaddr_t bda; local
349 bdcpy(bda.address, bd_addr);
351 if ((btif_storage_get_ble_bonding_key(&bda, BTIF_DM_LE_KEY_PENC,
  /external/bluetooth/bluedroid/btif/co/
bta_gatts_co.c 85 if (!memcmp(p_cb->srv_chg[i].bda, p_req->srv_chg.bda, sizeof(BD_ADDR)))
101 if (!memcmp(p_cb->srv_chg[i].bda, p_req->srv_chg.bda, sizeof(BD_ADDR)))
152 void btif_gatts_add_bonded_dev_from_nv(BD_ADDR bda)
162 if (!memcmp(p_cb->srv_chg[i].bda, bda, sizeof(BD_ADDR)))
173 bdcpy(p_cb->srv_chg[p_cb->num_clients].bda, bda);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 127 static void jstr2bdaddr(JNIEnv* env, bt_bdaddr_t *bda, jstring address)
130 if (c_bda != NULL && bda != NULL && strlen(c_bda) == 17)
132 bd_addr_str_to_addr(c_bda, bda->address);
207 void btgattc_scan_result_cb(bt_bdaddr_t* bda, int rssi, uint8_t* adv_data)
213 bda->address[0], bda->address[1], bda->address[2],
214 bda->address[3], bda->address[4], bda->address[5])
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 60 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
83 tGAP_CLCB *gap_find_clcb_by_bd_addr(BD_ADDR bda)
90 if (p_clcb->in_use && !memcmp(p_clcb->bda, bda, BD_ADDR_LEN))
133 tGAP_CLCB *gap_clcb_alloc (UINT16 conn_id, BD_ADDR bda)
145 memcpy (p_clcb->bda, bda, BD_ADDR_LEN);
161 tGAP_CLCB *gap_find_alloc_clcb (UINT16 conn_id, BD_ADDR bda)
173 memcpy (p_clcb->bda, bda, BD_ADDR_LEN)
    [all...]
  /external/llvm/test/Object/
archive-long-index.test 17 CHECKIDX: bda in abcdefghijklmnopqrstuvwxyz2.o
21 CHECKIDX: U bda
38 CHECKIDX: 00000000 T bda
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 52 bt_bdaddr_t *bda);
86 typedef void (*request_read_callback)(int conn_id, int trans_id, bt_bdaddr_t *bda,
93 typedef void (*request_write_callback)(int conn_id, int trans_id, bt_bdaddr_t *bda,
99 bt_bdaddr_t *bda, int exec_write);
bt_gatt_client.h 63 bt_bdaddr_t bda; member in struct:__anon20601
88 typedef void (*scan_result_callback)(bt_bdaddr_t* bda, int rssi, uint8_t* adv_data);
91 typedef void (*connect_callback)(int conn_id, int status, int client_if, bt_bdaddr_t* bda);
95 int client_if, bt_bdaddr_t* bda);
151 typedef void (*read_remote_rssi_callback)(int client_if, bt_bdaddr_t* bda,
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 59 L2CAP_TRACE_WARNING4 ("L2CA_CancelBleConnectReq - different BDA Connecting: %08x%04x Cancel: %08x%04x",
251 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
255 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda);
263 p_lcb = l2cu_find_lcb_by_bd_addr (bda);
268 p_lcb = l2cu_allocate_lcb (bda, FALSE);
327 btm_acl_created (bda, NULL, p_dev_rec->sec_bd_name, handle, p_lcb->link_role, TRUE);
351 void l2cble_advertiser_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
358 p_lcb = l2cu_find_lcb_by_bd_addr (bda);
363 p_lcb = l2cu_allocate_lcb (bda, FALSE);
390 p_dev_rec = btm_find_or_alloc_dev (bda);
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 634 BD_ADDR bda; local
643 STREAM_TO_BDADDR (bda, p);
651 btm_sec_connected (bda, handle, status, enc_mode);
653 l2c_link_hci_conn_comp (status, handle, bda);
660 memcpy (esco_data.bd_addr, bda, BD_ADDR_LEN);
661 btm_sco_connected (status, bda, handle, &esco_data);
678 BD_ADDR bda; local
682 STREAM_TO_BDADDR (bda, p);
690 btm_sec_conn_req (bda, dc);
695 btm_sco_conn_req (bda, dc, link_type)
945 BD_ADDR bda; local
1725 BD_ADDR bda; local
1851 BD_ADDR bda; local
1874 BD_ADDR bda; local
1892 BD_ADDR bda; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 136 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
158 if (!btsnd_hcic_reject_conn (bda, hci_status))
165 if (!btsnd_hcic_reject_esco_conn (bda, hci_status))
215 if (btsnd_hcic_accept_esco_conn (bda, p_setup->tx_bw, p_setup->rx_bw,
228 btsnd_hcic_accept_conn (bda, 0);
792 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type)
807 && (!memcmp (p->esco.data.bd_addr, bda, BD_ADDR_LEN)))
813 memcpy (p->esco.data.bd_addr, bda, BD_ADDR_LEN);
828 btm_esco_conn_rsp(xx, HCI_ERR_HOST_REJECT_RESOURCES, bda, NULL);
832 btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL)
    [all...]
btm_ble_int.h 255 extern void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched);
266 extern void btm_ble_ltk_request_reply(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk);
270 extern BOOLEAN btm_ble_start_encrypt(BD_ADDR bda, BOOLEAN use_stk, BT_OCTET16 stk);
298 extern void btm_ble_initiate_select_conn(BD_ADDR bda);
304 extern void btm_ble_update_mode_operation(UINT8 link_role, BD_ADDR bda, BOOLEAN conn_ccancel);
btm_ble.c 39 extern void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable);
40 extern BOOLEAN smp_proc_ltk_request(BD_ADDR bda);
172 BTM_TRACE_DEBUG3 ("BTM_SecAddLeKey() BDA: %08x%04x, Type: 0x%02x",
1492 BD_ADDR bda; local
    [all...]
btm_acl.c 84 ** Description This function returns the FIRST acl_db entry for the passed BDA.
86 ** Returns Returns pointer to the ACL DB for the requested BDA if found.
90 tACL_CONN *btm_bda_to_acl (BD_ADDR bda)
94 if (bda)
98 if ((p->in_use) && (!memcmp (p->remote_addr, bda, BD_ADDR_LEN)))
145 void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn,
156 p = btm_bda_to_acl(bda);
165 bda[0], bda[1], bda[2], bda[3], bda[4], bda[5])
3224 BD_ADDR bda; local
    [all...]
btm_int.h 49 #define BTM_ACL_IS_CONNECTED(bda) (btm_bda_to_acl (bda) != NULL)
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 198 bdcpy(cback_data.conn.bda, ((tBTA_HH_API_CONN *)p_data)->bd_addr);
208 bdcpy(cback_data.dev_info.bda, p_data->api_maintdev.bda);
336 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV *)p_msg)->bda);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 42 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
769 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id,
778 APPL_TRACE_DEBUG6("bta_gatts_conn_cback bda :%02x-%02x-%02x-%02x-%02x-%02x ",
779 bda[0], bda[1], bda[2], bda[3], bda[4], bda[5]);
788 memcpy(cb_data.conn.remote_bda, bda, BD_ADDR_LEN)
    [all...]

Completed in 1664 milliseconds

1 2 3