/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2cap_api.cc | 171 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()
|
D | l2c_ble_conn_params.cc | 63 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()
|
D | l2c_api.cc | 1156 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/ |
D | acl_api_types.h | 42 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/ |
D | mock_stack_l2cap_api.cc | 197 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()
|
D | mock_stack_l2cap_ble.cc | 73 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()
|
D | mock_stack_pan_api.cc | 56 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/ |
D | pan_api.cc | 262 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, tPAN_ROLE dst_role, in PAN_Connect()
|
D | pan_int.h | 61 RawAddress rem_bda; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 1417 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/ |
D | bnep_int.h | 111 RawAddress rem_bda; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 219 static bool gatt_connect(const RawAddress& rem_bda, tBLE_ADDR_TYPE addr_type, tGATT_TCB* p_tcb, in gatt_connect()
|
D | gatt_utils.cc | 858 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/ |
D | smp_utils.cc | 343 static bool smp_send_msg_to_L2CAP(const RawAddress& rem_bda, BT_HDR* p_toL2CAP) { in smp_send_msg_to_L2CAP()
|