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

12

  /system/bt/stack/btm/
btm_ble_gap.c 234 BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove, BD_ADDR remote_bda)
237 UNUSED(remote_bda);
    [all...]
btm_ble_int.h 351 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb);
352 extern BOOLEAN btm_ble_cancel_remote_name(BD_ADDR remote_bda);
btm_int.h     [all...]
btm_sec.c 106 static void btm_sec_clean_pending_req_queue (BD_ADDR remote_bda, tBT_TRANSPORT transport) ;
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 50 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);
524 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested)
526 tGATT_TCB *p_tcb = gatt_find_tcb_by_addr(remote_bda, BT_TRANSPORT_LE);
    [all...]
gatt_int.h 459 BD_ADDR remote_bda; member in struct:__anon69397
628 extern tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda);
666 extern BOOLEAN gatt_send_ble_burst_data (BD_ADDR remote_bda, BT_HDR *p_buf);
  /system/bt/stack/l2cap/
l2c_ble.c 216 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda, tBT_TRANSPORT transport)
221 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 295 BOOLEAN bta_hh_is_le_device(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda)
297 p_cb->is_le_device = BTM_UseLeLink (remote_bda);
336 void bta_hh_le_open_conn(tBTA_HH_DEV_CB *p_cb, BD_ADDR remote_bda)
340 memcpy(p_cb->addr, remote_bda, BD_ADDR_LEN);
344 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, TRUE, BTA_GATT_TRANSPORT_LE);
    [all...]
  /system/bt/stack/smp/
smp_keys.c 524 BD_ADDR remote_bda; local
528 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
577 BD_ADDR remote_bda; local
580 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
593 BDADDR_TO_STREAM(p, remote_bda);
602 BDADDR_TO_STREAM(p, remote_bda);
    [all...]
  /system/bt/stack/include/
l2c_api.h     [all...]
gatt_api.h     [all...]
  /system/bt/btif/src/
btif_gatt_client.c 583 bdcpy(bda.address, p_data->open.remote_bda);
595 btif_gatt_check_encrypted_link(p_data->open.remote_bda, p_data->open.transport);
602 bdcpy(bda.address, p_data->close.remote_bda);
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 489 BD_ADDR remote_bda; member in struct:__anon68624
    [all...]
bta_dm_api.c     [all...]
bta_dm_act.c     [all...]

Completed in 1074 milliseconds

12