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

12

  /system/bt/stack/btm/
btm_ble_gap.c 242 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR remote_bda)
245 UNUSED(remote_bda);
    [all...]
btm_ble_int.h 355 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb);
356 extern BOOLEAN btm_ble_cancel_remote_name(BD_ADDR remote_bda);
btm_int.h     [all...]
  /system/bt/stack/gatt/
gatt_int.h 440 BD_ADDR remote_bda; member in struct:__anon72514
610 extern tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda);
648 extern BOOLEAN gatt_send_ble_burst_data (BD_ADDR remote_bda, BT_HDR *p_buf);
gatt_main.c 50 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);
555 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested)
557 tGATT_TCB *p_tcb = gatt_find_tcb_by_addr(remote_bda, BT_TRANSPORT_LE);
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 223 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda, tBT_TRANSPORT transport)
228 if ((p_lcb = l2cu_find_lcb_by_bd_addr (remote_bda, transport)) != NULL)
    [all...]
l2c_int.h     [all...]
  /system/bt/bta/hh/
bta_hh_le.c 423 BOOLEAN bta_hh_is_le_device(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda)
425 p_cb->is_le_device = BTM_UseLeLink (remote_bda);
439 void bta_hh_le_open_conn(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda)
443 memcpy(p_cb->addr, remote_bda, BD_ADDR_LEN);
447 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, TRUE, BTA_GATT_TRANSPORT_LE);
    [all...]
  /system/bt/stack/smp/
smp_keys.c 505 BD_ADDR remote_bda; local
509 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
558 BD_ADDR remote_bda; local
561 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
574 BDADDR_TO_STREAM(p, remote_bda);
583 BDADDR_TO_STREAM(p, remote_bda);
    [all...]
  /system/bt/stack/include/
gatt_api.h     [all...]
l2c_api.h     [all...]
  /system/bt/btif/src/
btif_gatt_client.c 539 bdcpy(bda.address, p_data->open.remote_bda);
551 btif_gatt_check_encrypted_link(p_data->open.remote_bda, p_data->open.transport);
558 bdcpy(bda.address, p_data->close.remote_bda);
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 487 BD_ADDR remote_bda; member in struct:__anon71703
    [all...]
bta_dm_api.c     [all...]
bta_dm_act.c     [all...]

Completed in 285 milliseconds

12