Home
last modified time | relevance | path

Searched defs:remote_bda (Results 1 – 25 of 25) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_utils.cc83 const RawAddress& remote_bda, in bta_gattc_find_clcb_by_cif()
124 const RawAddress& remote_bda, in bta_gattc_clcb_alloc()
169 const RawAddress& remote_bda, in bta_gattc_find_alloc_clcb()
368 RawAddress remote_bda; in bta_gattc_clear_notif_registration() local
465 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_check_bg_conn()
491 const RawAddress& remote_bda, uint16_t conn_id, in bta_gattc_send_open_cback()
517 tBTA_GATTC_CONN* bta_gattc_conn_alloc(const RawAddress& remote_bda) { in bta_gattc_conn_alloc()
543 tBTA_GATTC_CONN* bta_gattc_conn_find(const RawAddress& remote_bda) { in bta_gattc_conn_find()
567 tBTA_GATTC_CONN* bta_gattc_conn_find_alloc(const RawAddress& remote_bda) { in bta_gattc_conn_find_alloc()
585 bool bta_gattc_conn_dealloc(const RawAddress& remote_bda) { in bta_gattc_conn_dealloc()
Dbta_gatts_api.cc299 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open()
327 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
Dbta_gattc_api.cc120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
128 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
160 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen()
737 void BTA_GATTC_Refresh(const RawAddress& remote_bda) { in BTA_GATTC_Refresh()
Dbta_gattc_int.h90 RawAddress remote_bda; member
167 RawAddress remote_bda; member
228 RawAddress remote_bda; member
275 RawAddress remote_bda; member
282 RawAddress remote_bda; member
Dbta_gatts_act.cc374 RawAddress remote_bda; in bta_gatts_indicate_handle() local
502 RawAddress remote_bda; in bta_gatts_close() local
Dbta_gattc_act.cc1093 void bta_gattc_process_api_refresh(const RawAddress& remote_bda) { in bta_gattc_process_api_refresh()
1219 RawAddress remote_bda; in bta_gattc_process_indicate() local
Dbta_gatts_int.h103 RawAddress remote_bda; member
/system/bt/stack/btm/
Dbtm_pm.cc147 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode()
261 tBTM_STATUS BTM_ReadPowerMode(const RawAddress& remote_bda, in BTM_ReadPowerMode()
293 tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda, in btm_read_power_mode_state()
321 tBTM_STATUS BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat, in BTM_SetSsrParams()
407 static int btm_pm_find_acl_ind(const RawAddress& remote_bda) { in btm_pm_find_acl_ind()
Dbtm_acl.cc727 tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda, in BTM_SetLinkPolicy()
1267 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda, in BTM_GetLinkSuperTout()
1289 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda, in BTM_SetLinkSuperTout()
1321 bool BTM_IsAclConnectionUp(const RawAddress& remote_bda, in BTM_IsAclConnectionUp()
1382 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, in BTM_GetHCIConnHandle()
1955 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) { in BTM_ReadRSSI()
1997 tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda, in BTM_ReadFailedContactCounter()
2036 tBTM_STATUS BTM_ReadAutomaticFlushTimeout(const RawAddress& remote_bda, in BTM_ReadAutomaticFlushTimeout()
2072 tBTM_STATUS BTM_ReadLinkQuality(const RawAddress& remote_bda, in BTM_ReadLinkQuality()
2106 tBTM_STATUS BTM_ReadTxPower(const RawAddress& remote_bda, in BTM_ReadTxPower()
Dbtm_sco.cc431 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, in BTM_CreateSco()
1562 bool btm_is_sco_active_by_bdaddr(const RawAddress& remote_bda) { in btm_is_sco_active_by_bdaddr()
Dbtm_ble.cc214 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr()
562 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo()
618 bool BTM_ReadConnectedTransportAddress(RawAddress* remote_bda, in BTM_ReadConnectedTransportAddress()
Dbtm_inq.cc878 tBTM_STATUS BTM_ReadRemoteDeviceName(const RawAddress& remote_bda, in BTM_ReadRemoteDeviceName()
1953 tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint8_t origin, in btm_initiate_rem_name()
Dbtm_ble_gap.cc1362 tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, in btm_ble_read_remote_name()
1401 bool btm_ble_cancel_remote_name(const RawAddress& remote_bda) { in btm_ble_cancel_remote_name()
/system/bt/stack/test/
Dstack_smp_test.cc68 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr()
161 RawAddress remote_bda; in TEST_F() local
176 RawAddress remote_bda; in TEST_F() local
/system/bt/btif/co/
Dbta_hh_co.cc612 void bta_hh_le_co_rpt_info(const RawAddress& remote_bda, in bta_hh_le_co_rpt_info()
651 tBTA_HH_RPT_CACHE_ENTRY* bta_hh_le_co_cache_load(const RawAddress& remote_bda, in bta_hh_le_co_cache_load()
681 void bta_hh_le_co_reset_rpt_cache(const RawAddress& remote_bda, in bta_hh_le_co_reset_rpt_cache()
/system/bt/stack/gatt/
Dgatt_attr.cc83 uint16_t gatt_profile_find_conn_id_by_bd_addr(const RawAddress& remote_bda) { in gatt_profile_find_conn_id_by_bd_addr()
429 void GATT_ConfigServiceChangeCCC(const RawAddress& remote_bda, bool enable, in GATT_ConfigServiceChangeCCC()
Dgatt_main.cc524 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback()
/system/bt/stack/srvc/
Dsrvc_eng.cc353 bool srvc_eng_request_channel(const RawAddress& remote_bda, uint8_t srvc_id) { in srvc_eng_request_channel()
424 void srvc_sr_notify(const RawAddress& remote_bda, uint16_t handle, uint16_t len, in srvc_sr_notify()
/system/bt/bta/include/
Dbta_gatt_api.h147 RawAddress remote_bda; member
156 RawAddress remote_bda; member
179 RawAddress remote_bda; member
184 RawAddress remote_bda; member
217 RawAddress remote_bda; /* service change event */ member
277 RawAddress remote_bda; member
306 RawAddress remote_bda; member
/system/bt/stack/l2cap/
Dl2c_ble.cc211 uint16_t L2CA_GetDisconnectReason(const RawAddress& remote_bda, in L2CA_GetDisconnectReason()
1019 void l2cble_set_fixed_channel_tx_data_length(const RawAddress& remote_bda, in l2cble_set_fixed_channel_tx_data_length()
/system/bt/stack/include/
Dsrvc_api.h84 RawAddress remote_bda; member
/system/bt/bta/ag/
Dbta_ag_sco.cc281 const RawAddress* remote_bda = BTM_ReadScoBdAddr(sco_inx); in bta_ag_esco_connreq_cback() local
/system/bt/stack/smp/
Dsmp_keys.cc310 Octet16 smp_gen_p2_4_confirm(tSMP_CB* p_cb, const RawAddress& remote_bda) { in smp_gen_p2_4_confirm()
343 RawAddress remote_bda; in smp_calculate_comfirm() local
/system/bt/bta/hh/
Dbta_hh_le.cc229 bool bta_hh_is_le_device(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_is_le_device()
266 void bta_hh_le_open_conn(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { in bta_hh_le_open_conn()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1464 tGATT_IF client_if, RawAddress remote_bda, in OnGattDisconnected()