Home
last modified time | relevance | path

Searched defs:rem_bda (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2cap_api.cc171 uint16_t fixed_cid, const RawAddress& rem_bda, BT_HDR* p_buf) { in L2CA_SendFixedChnlData()
176 const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
180 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_SetLeGattTimeout(const RawAddress& rem_bda, in L2CA_SetLeGattTimeout()
186 const RawAddress& rem_bda) { in L2CA_MarkLeLinkAsActive()
191 const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int, uint16_t latency, in L2CA_UpdateBleConnParams()
198 const RawAddress& rem_bda, bool lock) { in L2CA_LockBleConnParamsForServiceDiscovery()
203 const RawAddress& rem_bda, bool lock) { in L2CA_LockBleConnParamsForProfileConnection()
240 const RawAddress& rem_bda, uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, in L2CA_SubrateRequest()
Dl2c_ble_conn_params.cc63 bool L2CA_UpdateBleConnParams(const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int, in L2CA_UpdateBleConnParams()
102 void L2CA_LockBleConnParamsForServiceDiscovery(const RawAddress& rem_bda, bool lock) { in L2CA_LockBleConnParamsForServiceDiscovery()
138 void L2CA_LockBleConnParamsForProfileConnection(const RawAddress& rem_bda, bool lock) { in L2CA_LockBleConnParamsForProfileConnection()
477 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, uint16_t subrate_max, in L2CA_SubrateRequest()
Dl2c_api.cc1156 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl()
1261 tL2CAP_DW_RESULT L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData()
1360 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
1432 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout()
1453 bool L2CA_MarkLeLinkAsActive(const RawAddress& rem_bda) { in L2CA_MarkLeLinkAsActive()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dacl_api_types.h42 RawAddress rem_bda; member
53 RawAddress rem_bda; member
64 RawAddress rem_bda; member
74 RawAddress rem_bda; member
84 RawAddress rem_bda; member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc197 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl()
201 tL2CAP_DW_RESULT L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData()
206 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl()
210 bool L2CA_SetLeGattTimeout(const RawAddress& rem_bda, uint16_t idle_tout) { in L2CA_SetLeGattTimeout()
214 bool L2CA_MarkLeLinkAsActive(const RawAddress& rem_bda) { in L2CA_MarkLeLinkAsActive()
Dmock_stack_l2cap_ble.cc73 bool L2CA_UpdateBleConnParams(const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int, in L2CA_UpdateBleConnParams()
80 void L2CA_LockBleConnParamsForServiceDiscovery(const RawAddress& rem_bda, bool enable) { in L2CA_LockBleConnParamsForServiceDiscovery()
84 void L2CA_LockBleConnParamsForProfileConnection(const RawAddress& rem_bda, bool enable) { in L2CA_LockBleConnParamsForProfileConnection()
181 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, uint16_t subrate_max, in L2CA_SubrateRequest()
Dmock_stack_pan_api.cc56 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, tPAN_ROLE dst_role, in PAN_Connect()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/pan/
Dpan_api.cc262 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, tPAN_ROLE dst_role, in PAN_Connect()
Dpan_int.h61 RawAddress rem_bda; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1417 RawAddress rem_bda = RawAddress::kEmpty; in bta_jv_port_mgmt_cl_cback() local
1629 RawAddress rem_bda = RawAddress::kEmpty; in bta_jv_port_mgmt_sr_cback() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_int.h111 RawAddress rem_bda; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc219 static bool gatt_connect(const RawAddress& rem_bda, tBLE_ADDR_TYPE addr_type, tGATT_TCB* p_tcb, in gatt_connect()
Dgatt_utils.cc858 void gatt_sr_get_sec_info(const RawAddress& rem_bda, tBT_TRANSPORT transport, in gatt_sr_get_sec_info()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc343 static bool smp_send_msg_to_L2CAP(const RawAddress& rem_bda, BT_HDR* p_toL2CAP) { in smp_send_msg_to_L2CAP()