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

1 2

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 163 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda)
173 bdcmp(p_clcb->p_srcb->server_bda, remote_bda) == 0)
210 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
225 bdcpy(p_clcb->bda, remote_bda);
229 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
230 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
257 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
261 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda)) == NULL)
263 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda);
566 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
587 BD_ADDR remote_bda; local
    [all...]
bta_gattc_int.h 114 BD_ADDR remote_bda; member in struct:__anon2504
307 BD_ADDR remote_bda; member in struct:__anon2517
354 BD_ADDR remote_bda; member in struct:__anon2520
363 BD_ADDR remote_bda; member in struct:__anon2521
441 BD_ADDR remote_bda, UINT16 conn_id);
445 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda);
447 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
449 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
462 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda, BOOLEAN add, BOOLEAN is_listen);
463 extern BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role)
    [all...]
bta_gatts_api.c 458 ** remote_bda: remote device BD address.
464 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
473 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
489 ** remote_bda: remote device BD address.
495 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
504 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
bta_gattc_act.c 322 p_msg->api_conn.remote_bda)) != NULL)
332 p_msg->api_conn.remote_bda,
366 p_msg->api_cancel_conn.remote_bda)) != NULL)
455 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda, TRUE))
465 p_data->api_conn.remote_bda,
491 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, TRUE, FALSE))
494 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, FALSE))
505 p_data->remote_bda,
508 if ((p_clcb = bta_gattc_clcb_alloc(p_data->client_if, p_data->remote_bda)) != NULL)
523 bta_gattc_send_open_cback(p_clreg, status, p_data->remote_bda, BTA_GATT_INVALID_CONN_ID)
1786 BD_ADDR remote_bda; local
    [all...]
bta_gattc_api.c 136 ** remote_bda: remote device BD address.
142 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
152 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
168 ** remote_bda: remote device BD address.
174 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
184 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
872 !memcmp(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
    [all...]
bta_gatts_int.h 143 BD_ADDR remote_bda; member in struct:__anon2534
153 BD_ADDR_PTR remote_bda; member in struct:__anon2535
bta_gatts_act.c 630 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda, p_msg->api_open.is_direct))
660 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda, p_msg->api_cancel_open.is_direct))
691 BD_ADDR remote_bda; local
693 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda))
735 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda))
788 memcpy(cb_data.conn.remote_bda, bda, BD_ADDR_LEN);
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c     [all...]
btm_pm.c 88 static int btm_pm_find_acl_ind(BD_ADDR remote_bda);
185 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode)
201 (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode);
206 acl_ind = btm_pm_find_acl_ind(remote_bda);
280 ** Input Param remote_bda - device address of desired ACL connection
293 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode)
297 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS
    [all...]
btm_sco.c 554 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
578 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda)) == 0xFFFF))
582 if (remote_bda)
589 && (!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)))
610 if (remote_bda)
616 if(BTM_ReadPowerMode(remote_bda, &md) == BTM_SUCCESS)
622 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
627 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
630 if( (BTM_ReadAclMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_ACL_MODE_PARK)
    [all...]
btm_inq.c     [all...]
btm_ble_gap.c 86 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR remote_bda)
358 ** remote_bda: device address to add/remove.
363 BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda)
371 ret = btm_update_bg_conn_list(add_remove, remote_bda, &dev_wl_type);
373 btm_update_dev_to_white_list(add_remove, remote_bda, dev_wl_type);
    [all...]
btm_ble_int.h 244 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb);
245 extern BOOLEAN btm_ble_cancel_remote_name(BD_ADDR remote_bda);
btm_ble.c 294 void BTM_ReadConnectionAddr (BD_ADDR remote_bda, BD_ADDR local_conn_addr, tBLE_ADDR_TYPE *p_addr_type)
297 tACL_CONN *p_acl = btm_bda_to_acl(remote_bda);
546 ** Parameter remote_bda: remote device address
551 void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type, tBLE_ADDR_TYPE *p_addr_type)
554 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
555 tBTM_INQ_INFO *p_inq_info = BTM_InqDbRead(remote_bda);
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 318 BD_ADDR remote_bda; member in struct:__anon2693
326 BD_ADDR remote_bda; member in struct:__anon2694
347 BD_ADDR remote_bda; member in struct:__anon2696
364 BD_ADDR remote_bda; /* service change event */ member in union:__anon2697
480 BD_ADDR remote_bda; member in struct:__anon2700
530 BD_ADDR remote_bda; member in struct:__anon2705
616 ** remote_bda: remote device BD address.
622 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
632 ** remote_bda: remote device BD address.
638 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
btm_ble_api.h 314 typedef void (tBTM_BLE_SCAN_REQ_CBACK)(BD_ADDR remote_bda, tBLE_ADDR_TYPE addr_type, UINT8 adv_evt);
595 BTM_API extern void BTM_ReadConnectionAddr (BD_ADDR remote_bda, BD_ADDR local_conn_addr,
657 ** remote_bda: device address to add/remove.
662 BTM_API extern BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda);
723 ** Parameter remote_bda: remote device address
728 BTM_API extern void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type,
    [all...]
l2c_api.h     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 193 bdcpy(bda.address, p_data->conn.remote_bda);
195 btif_gatt_check_encrypted_link(p_data->conn.remote_bda);
205 bdcpy(bda.address, p_data->conn.remote_bda);
210 btif_gatt_remove_encrypted_link(p_data->conn.remote_bda);
288 bdcpy(bda.address, p_data->req_data.remote_bda);
301 bdcpy(bda.address, p_data->req_data.remote_bda);
317 bdcpy(bda.address, p_data->req_data.remote_bda);
btif_gatt_client.c 343 bdcpy(bda.address, p_data->open.remote_bda);
346 btif_gatt_check_encrypted_link(p_data->open.remote_bda);
356 bdcpy(bda.address, p_data->close.remote_bda);
361 btif_gatt_remove_encrypted_link(p_data->close.remote_bda);
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 449 BD_ADDR remote_bda; local
453 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
501 BD_ADDR remote_bda; local
504 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
517 BDADDR_TO_STREAM(p, remote_bda);
526 BDADDR_TO_STREAM(p, remote_bda);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]
gatt_int.h 443 BD_ADDR remote_bda; member in struct:__anon3127
600 extern tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 228 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda)
233 if ((p_lcb = l2cu_find_lcb_by_bd_addr (remote_bda)) != NULL)

Completed in 846 milliseconds

1 2