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

1 2

  /system/bt/bta/include/
bta_hh_co.h 89 ** Parameters remote_bda - remote device address
96 extern void bta_hh_le_co_rpt_info(BD_ADDR remote_bda,
108 ** Parameters remote_bda - remote device address
115 extern tBTA_HH_RPT_CACHE_ENTRY *bta_hh_le_co_cache_load (BD_ADDR remote_bda,
125 ** Parameters remote_bda - remote device address
130 extern void bta_hh_le_co_reset_rpt_cache (BD_ADDR remote_bda, UINT8 app_id);
bta_gatt_api.h 298 BD_ADDR remote_bda; member in struct:__anon71951
308 BD_ADDR remote_bda; member in struct:__anon71952
333 BD_ADDR remote_bda; member in struct:__anon71955
339 BD_ADDR remote_bda; member in struct:__anon71956
356 BD_ADDR remote_bda; /* service change event */ member in union:__anon71957
477 BD_ADDR remote_bda; member in struct:__anon71959
521 BD_ADDR remote_bda; member in struct:__anon71964
659 ** remote_bda: remote device BD address.
665 extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
676 ** remote_bda: remote device BD address
    [all...]
  /system/bt/bta/gatt/
bta_gattc_utils.c 168 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda,
179 bdcmp(p_clcb->bda, remote_bda) == 0)
216 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
233 bdcpy(p_clcb->bda, remote_bda);
237 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
238 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
265 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
270 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda, transport)) == NULL)
272 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport);
463 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
488 BD_ADDR remote_bda; local
    [all...]
bta_gattc_int.h 114 BD_ADDR remote_bda; member in struct:__anon71746
181 BD_ADDR_PTR remote_bda; member in struct:__anon71754
196 BD_ADDR remote_bda; member in struct:__anon71756
206 BD_ADDR remote_bda; member in struct:__anon71757
305 BD_ADDR remote_bda; member in struct:__anon71762
354 BD_ADDR remote_bda; member in struct:__anon71765
363 BD_ADDR remote_bda; member in struct:__anon71766
446 BD_ADDR remote_bda, UINT16 conn_id, tBTA_TRANSPORT transport, UINT16 mtu);
454 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
456 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport)
    [all...]
bta_gatts_api.c 389 ** remote_bda: remote device BD address.
396 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct,
406 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
419 ** remote_bda: remote device BD address.
425 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
433 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
468 ** remote_bda: remote device BD address, if listen to all device
483 p_buf->remote_bda = (UINT8 *)(p_buf + 1)
    [all...]
bta_gattc_api.c 132 ** remote_bda: remote device BD address.
139 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
149 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
162 ** remote_bda: remote device BD address.
168 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
176 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
611 !memcmp(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
628 memcpy(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN)
    [all...]
bta_gattc_act.c 287 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
288 GATT_CancelConnect(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE);
292 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
341 p_msg->api_conn.remote_bda,
352 p_msg->api_conn.remote_bda,
388 p_msg->api_cancel_conn.remote_bda,
435 bdcpy(cb_data.enc_cmpl.remote_bda, p_msg->enc_cmpl.remote_bda);
520 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda,
531 p_data->api_conn.remote_bda,
1788 BD_ADDR remote_bda; local
    [all...]
bta_gatts_act.c 617 BD_ADDR remote_bda; local
626 &gatt_if, remote_bda, &transport))
645 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
646 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
691 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda,
696 if (GATT_GetConnIdIfConnected(p_rcb->gatt_if, p_msg->api_open.remote_bda,
729 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda,
761 BD_ADDR remote_bda; local
766 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda, &transport))
782 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, remote_bda);
    [all...]
bta_gatts_int.h 143 BD_ADDR remote_bda; member in struct:__anon71780
155 BD_ADDR_PTR remote_bda; member in struct:__anon71781
  /system/bt/stack/srvc/
srvc_eng_int.h 80 extern BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id );
82 extern void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value);
srvc_eng.c 384 BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id )
387 tSRVC_CLCB *p_clcb = srvc_eng_find_clcb_by_bd_addr(remote_bda);
390 p_clcb = srvc_eng_clcb_alloc(0, remote_bda);
468 void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value)
470 UINT16 conn_id = srvc_eng_find_conn_id_by_bd_addr(remote_bda);
srvc_battery.c 85 memcpy(cfg.remote_bda, srvc_eng_cb.clcb[clcb_idx].bda, BD_ADDR_LEN);
375 void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level)
390 srvc_sr_notify(remote_bda, p_inst->ba_level_hdl, 1, &battery_level);
  /system/bt/btif/co/
bta_hh_co.c 510 ** Parameters remote_bda - remote device address
517 void bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id)
525 remote_bda[0], remote_bda[1], remote_bda[2],
526 remote_bda[3], remote_bda[4], remote_bda[5]);
553 ** Parameters remote_bda - remote device address
560 tBTA_HH_RPT_CACHE_ENTRY * bta_hh_le_co_cache_load (BD_ADDR remote_bda,
    [all...]
  /system/bt/stack/include/
srvc_api.h 91 BD_ADDR remote_bda; member in struct:__anon72809
209 extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
btm_api.h     [all...]
btm_ble_api.h     [all...]
  /system/bt/stack/btm/
btm_acl.c 818 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings)
850 if ((p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR)) != NULL)
    [all...]
btm_pm.c 81 static int btm_pm_find_acl_ind(BD_ADDR remote_bda);
179 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode)
194 (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode);
199 acl_ind = btm_pm_find_acl_ind(remote_bda);
271 ** Input Param remote_bda - device address of desired ACL connection
284 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode)
288 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS
    [all...]
btm_sco.c 573 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
597 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xFFFF))
601 if (remote_bda)
608 && (!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)))
629 if (remote_bda)
643 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
648 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
652 memcpy (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN);
693 p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR)
    [all...]
btm_inq.c     [all...]
btm_ble.c 271 void BTM_ReadConnectionAddr (BD_ADDR remote_bda, BD_ADDR local_conn_addr, tBLE_ADDR_TYPE *p_addr_type)
273 tACL_CONN *p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE);
596 ** Parameter remote_bda: remote device address
601 void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type, tBLE_ADDR_TYPE *p_addr_type)
603 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
604 tBTM_INQ_INFO *p_inq_info = BTM_InqDbRead(remote_bda);
629 if (memcmp(p_dev_rec->bd_addr, remote_bda, BD_ADDR_LEN) == 0 &&
630 memcmp(p_dev_rec->ble.pseudo_addr, remote_bda, BD_ADDR_LEN) == 0)
635 else if (memcmp(p_dev_rec->ble.pseudo_addr, remote_bda, BD_ADDR_LEN) == 0)
658 ** Parameter remote_bda: remote device address, carry out the transport addres
    [all...]
  /system/bt/stack/gatt/
gatt_attr.c 74 UINT16 gatt_profile_find_conn_id_by_bd_addr(BD_ADDR remote_bda)
77 GATT_GetConnIdIfConnected (gatt_cb.gatt_if, remote_bda, &conn_id, BT_TRANSPORT_LE);
443 void GATT_ConfigServiceChangeCCC (BD_ADDR remote_bda, BOOLEAN enable, tBT_TRANSPORT transport)
445 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport);
448 p_clcb = gatt_profile_clcb_alloc (0, remote_bda, transport);
453 if (GATT_GetConnIdIfConnected (gatt_cb.gatt_if, remote_bda, &p_clcb->conn_id, transport))
458 GATT_Connect(gatt_cb.gatt_if, remote_bda, TRUE, transport);
gatt_utils.c     [all...]
  /system/bt/btif/src/
btif_gatt_server.c 188 bdcpy(bda.address, p_data->conn.remote_bda);
190 btif_gatt_check_encrypted_link(p_data->conn.remote_bda, p_data->conn.transport);
200 bdcpy(bda.address, p_data->conn.remote_bda);
281 bdcpy(bda.address, p_data->req_data.remote_bda);
294 bdcpy(bda.address, p_data->req_data.remote_bda);
310 bdcpy(bda.address, p_data->req_data.remote_bda);
  /system/bt/bta/hh/
bta_hh_int.h 378 extern BOOLEAN bta_hh_is_le_device(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda);
379 extern void bta_hh_le_open_conn(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda);

Completed in 89 milliseconds

1 2