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

1 2

  /external/bluetooth/bluedroid/bta/include/
bta_hh_co.h 89 ** Parameters remote_bda - remote device address
96 BTA_API extern void bta_hh_le_co_rpt_info(BD_ADDR remote_bda,
108 ** Parameters remote_bda - remote device address
115 BTA_API extern tBTA_HH_RPT_CACHE_ENTRY *bta_hh_le_co_cache_load (BD_ADDR remote_bda,
125 ** Parameters remote_bda - remote device address
130 BTA_API 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:__anon5409
365 BD_ADDR remote_bda; member in struct:__anon5410
392 BD_ADDR remote_bda; member in struct:__anon5413
399 BD_ADDR remote_bda; member in struct:__anon5414
416 BD_ADDR remote_bda; /* service change event */ member in union:__anon5415
537 BD_ADDR remote_bda; member in struct:__anon5417
587 BD_ADDR remote_bda; member in struct:__anon5422
690 ** remote_bda: remote device BD address.
696 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
707 ** remote_bda: remote device BD address
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 166 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda,
177 bdcmp(p_clcb->bda, remote_bda) == 0)
214 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
231 bdcpy(p_clcb->bda, remote_bda);
235 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
236 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
263 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
268 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda, transport)) == NULL)
270 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport);
573 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
594 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:__anon5180
188 BD_ADDR_PTR remote_bda; member in struct:__anon5188
203 BD_ADDR remote_bda; member in struct:__anon5190
213 BD_ADDR remote_bda; member in struct:__anon5191
351 BD_ADDR remote_bda; member in struct:__anon5197
400 BD_ADDR remote_bda; member in struct:__anon5200
409 BD_ADDR remote_bda; member in struct:__anon5201
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_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_gattc_act.c 290 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
291 GATT_CancelConnect(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE);
295 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
344 p_msg->api_conn.remote_bda,
355 p_msg->api_conn.remote_bda,
391 p_msg->api_cancel_conn.remote_bda,
438 bdcpy(cb_data.enc_cmpl.remote_bda, p_msg->enc_cmpl.remote_bda);
523 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda,
534 p_data->api_conn.remote_bda,
2025 BD_ADDR remote_bda; local
    [all...]
bta_gatts_act.c 642 BD_ADDR remote_bda; local
651 &gatt_if, remote_bda, &transport))
670 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
671 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
716 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda,
721 if (GATT_GetConnIdIfConnected(p_rcb->gatt_if, p_msg->api_open.remote_bda,
754 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda,
786 BD_ADDR remote_bda; local
791 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda, &transport))
807 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:__anon5215
155 BD_ADDR_PTR remote_bda; member in struct:__anon5216
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 463 ** Parameters remote_bda - remote device address
470 void bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id)
480 remote_bda[0], remote_bda[1], remote_bda[2],
481 remote_bda[3], remote_bda[4], remote_bda[5]);
508 ** Parameters remote_bda - remote device address
515 tBTA_HH_RPT_CACHE_ENTRY * bta_hh_le_co_cache_load (BD_ADDR remote_bda,
    [all...]
  /external/bluetooth/bluedroid/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);
  /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 561 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
585 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xFFFF))
589 if (remote_bda)
596 && (!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)))
617 if (remote_bda)
623 if(BTM_ReadPowerMode(remote_bda, &md) == BTM_SUCCESS)
629 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
634 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
637 if( (BTM_ReadAclMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_ACL_MODE_PARK)
    [all...]
btm_inq.c     [all...]
btm_ble_int.h 314 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb);
315 extern BOOLEAN btm_ble_cancel_remote_name(BD_ADDR remote_bda);
  /external/bluetooth/bluedroid/stack/include/
srvc_api.h 91 BD_ADDR remote_bda; member in struct:__anon6246
209 GATT_API extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
btm_api.h     [all...]
  /external/bluetooth/bluedroid/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);
481 void GATT_ConfigServiceChangeCCC (BD_ADDR remote_bda, BOOLEAN enable, tBT_TRANSPORT transport)
484 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport);
487 p_clcb = gatt_profile_clcb_alloc (0, remote_bda, transport);
492 if (GATT_GetConnIdIfConnected (gatt_cb.gatt_if, remote_bda, &p_clcb->conn_id, transport))
497 GATT_Connect(gatt_cb.gatt_if, remote_bda, TRUE, transport);
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/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);
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);
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 459 BD_ADDR remote_bda; local
463 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
511 BD_ADDR remote_bda; local
514 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
527 BDADDR_TO_STREAM(p, remote_bda);
536 BDADDR_TO_STREAM(p, remote_bda);
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 385 extern BOOLEAN bta_hh_is_le_device(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda);
386 extern void bta_hh_le_open_conn(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda);

Completed in 485 milliseconds

1 2