HomeSort by relevance Sort by last modified time
    Searched refs:remote_bda (Results 1 - 25 of 41) 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 355 BD_ADDR remote_bda; member in struct:__anon68884
365 BD_ADDR remote_bda; member in struct:__anon68885
392 BD_ADDR remote_bda; member in struct:__anon68888
399 BD_ADDR remote_bda; member in struct:__anon68889
416 BD_ADDR remote_bda; /* service change event */ member in union:__anon68890
537 BD_ADDR remote_bda; member in struct:__anon68892
587 BD_ADDR remote_bda; member in struct:__anon68897
690 ** remote_bda: remote device BD address.
696 extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
707 ** remote_bda: remote device BD address
    [all...]
  /system/bt/bta/gatt/
bta_gattc_utils.c 169 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda,
180 bdcmp(p_clcb->bda, remote_bda) == 0)
217 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
234 bdcpy(p_clcb->bda, remote_bda);
238 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
239 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
266 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
271 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda, transport)) == NULL)
273 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport);
576 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
597 BD_ADDR remote_bda; local
    [all...]
bta_gatts_api.c 463 ** remote_bda: remote device BD address.
470 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct,
481 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
497 ** remote_bda: remote device BD address.
503 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
512 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
551 ** remote_bda: remote device BD address, if listen to all device
570 p_buf->remote_bda = (UINT8*)(p_buf + 1)
    [all...]
bta_gattc_int.h 118 BD_ADDR remote_bda; member in struct:__anon68666
188 BD_ADDR_PTR remote_bda; member in struct:__anon68674
203 BD_ADDR remote_bda; member in struct:__anon68676
213 BD_ADDR remote_bda; member in struct:__anon68677
351 BD_ADDR remote_bda; member in struct:__anon68683
400 BD_ADDR remote_bda; member in struct:__anon68686
409 BD_ADDR remote_bda; member in struct:__anon68687
498 BD_ADDR remote_bda, UINT16 conn_id, tBTA_TRANSPORT transport, UINT16 mtu);
506 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
508 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport)
    [all...]
bta_gattc_act.c 294 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
295 GATT_CancelConnect(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE);
299 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
348 p_msg->api_conn.remote_bda,
359 p_msg->api_conn.remote_bda,
395 p_msg->api_cancel_conn.remote_bda,
442 bdcpy(cb_data.enc_cmpl.remote_bda, p_msg->enc_cmpl.remote_bda);
527 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda,
538 p_data->api_conn.remote_bda,
2052 BD_ADDR remote_bda; local
    [all...]
bta_gattc_api.c 142 ** remote_bda: remote device BD address.
149 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
161 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
177 ** remote_bda: remote device BD address.
183 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
193 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
    [all...]
bta_gatts_act.c 640 BD_ADDR remote_bda; local
649 &gatt_if, remote_bda, &transport))
668 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
669 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
714 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda,
719 if (GATT_GetConnIdIfConnected(p_rcb->gatt_if, p_msg->api_open.remote_bda,
752 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda,
784 BD_ADDR remote_bda; local
789 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda, &transport))
805 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:__anon68701
155 BD_ADDR_PTR remote_bda; member in struct:__anon68702
  /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 386 BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id )
389 tSRVC_CLCB *p_clcb = srvc_eng_find_clcb_by_bd_addr(remote_bda);
392 p_clcb = srvc_eng_clcb_alloc(0, remote_bda);
470 void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value)
472 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 480 ** Parameters remote_bda - remote device address
487 void bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id)
495 remote_bda[0], remote_bda[1], remote_bda[2],
496 remote_bda[3], remote_bda[4], remote_bda[5]);
523 ** Parameters remote_bda - remote device address
530 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:__anon69695
209 extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
btm_api.h     [all...]
btm_ble_api.h 876 typedef void (tBTM_BLE_SCAN_REQ_CBACK)(BD_ADDR remote_bda, tBLE_ADDR_TYPE addr_type, UINT8 adv_evt);
    [all...]
  /system/bt/stack/btm/
btm_acl.c 814 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings)
846 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)
195 (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode);
200 acl_ind = btm_pm_find_acl_ind(remote_bda);
274 ** Input Param remote_bda - device address of desired ACL connection
287 tBTM_STATUS BTM_ReadPowerMode (BD_ADDR remote_bda, tBTM_PM_MODE *p_mode)
291 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS
    [all...]
btm_sco.c 570 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
594 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xFFFF))
598 if (remote_bda)
605 && (!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)))
626 if (remote_bda)
632 if(BTM_ReadPowerMode(remote_bda, &md) == BTM_SUCCESS)
638 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
643 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
647 memcpy (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)
    [all...]
btm_ble.c 291 void BTM_ReadConnectionAddr (BD_ADDR remote_bda, BD_ADDR local_conn_addr, tBLE_ADDR_TYPE *p_addr_type)
293 tACL_CONN *p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE);
614 ** Parameter remote_bda: remote device address
619 void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type, tBLE_ADDR_TYPE *p_addr_type)
621 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
622 tBTM_INQ_INFO *p_inq_info = BTM_InqDbRead(remote_bda);
647 if (memcmp(p_dev_rec->bd_addr, remote_bda, BD_ADDR_LEN) == 0 &&
648 memcmp(p_dev_rec->ble.pseudo_addr, remote_bda, BD_ADDR_LEN) == 0)
653 else if (memcmp(p_dev_rec->ble.pseudo_addr, remote_bda, BD_ADDR_LEN) == 0)
677 ** Parameter remote_bda: remote device address, carry out the transport addres
    [all...]
btm_inq.c     [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);
486 void GATT_ConfigServiceChangeCCC (BD_ADDR remote_bda, BOOLEAN enable, tBT_TRANSPORT transport)
489 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport);
492 p_clcb = gatt_profile_clcb_alloc (0, remote_bda, transport);
497 if (GATT_GetConnIdIfConnected (gatt_cb.gatt_if, remote_bda, &p_clcb->conn_id, transport))
502 GATT_Connect(gatt_cb.gatt_if, remote_bda, TRUE, transport);
gatt_utils.c     [all...]
  /system/bt/btif/src/
btif_gatt_server.c 195 bdcpy(bda.address, p_data->conn.remote_bda);
197 btif_gatt_check_encrypted_link(p_data->conn.remote_bda, p_data->conn.transport);
207 bdcpy(bda.address, 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);
  /system/bt/bta/hh/
bta_hh_int.h 384 extern BOOLEAN bta_hh_is_le_device(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda);
385 extern void bta_hh_le_open_conn(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda);

Completed in 324 milliseconds

1 2