Searched defs:subrate_min (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble_conn_params.cc | 457 void L2CA_SetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, in L2CA_SetDefaultSubrate() 477 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, uint16_t subrate_max, in L2CA_SubrateRequest()
|
D | l2cap_api.cc | 232 void bluetooth::stack::l2cap::Impl::L2CA_SetDefaultSubrate(uint16_t subrate_min, in L2CA_SetDefaultSubrate() 240 const RawAddress& rem_bda, uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, in L2CA_SubrateRequest()
|
D | l2c_int.h | 531 uint16_t subrate_min; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 183 void bluetooth::shim::ACL_LeSetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSetDefaultSubrate() 190 void bluetooth::shim::ACL_LeSubrateRequest(uint16_t hci_handle, uint16_t subrate_min, in ACL_LeSubrateRequest()
|
D | acl.cc | 766 void LeSubrateRequest(uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, in LeSubrateRequest() 1700 void shim::Acl::LeSetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max, in LeSetDefaultSubrate() 1706 void shim::Acl::LeSubrateRequest(uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in LeSubrateRequest()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 673 static void btif_gattc_subrate_request_impl(RawAddress addr, int subrate_min, int subrate_max, in btif_gattc_subrate_request_impl() 680 static bt_status_t btif_gattc_subrate_request(const RawAddress& bd_addr, int subrate_min, in btif_gattc_subrate_request()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_api.cc | 406 void BTA_DmBleSubrateRequest(const RawAddress& bd_addr, uint16_t subrate_min, uint16_t subrate_max, in BTA_DmBleSubrateRequest()
|
D | bta_dm_act.cc | 1882 void bta_dm_ble_subrate_request(const RawAddress& bd_addr, uint16_t subrate_min, in bta_dm_ble_subrate_request()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 225 void LeAclConnection::LeSubrateRequest(uint16_t subrate_min, uint16_t subrate_max, in LeSubrateRequest()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.cc | 181 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, uint16_t subrate_max, in L2CA_SubrateRequest()
|
D | mock_bta_dm_api.cc | 162 void BTA_DmBleSubrateRequest(const RawAddress& bd_addr, uint16_t subrate_min, uint16_t subrate_max, in BTA_DmBleSubrateRequest()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager.cc | 271 void AclManager::LeSetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max, in LeSetDefaultSubrate()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 2050 jstring address, jint subrate_min, jint subrate_max, in gattSubrateRequestNative()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 40824 …default;static std::unique_ptr<LeSetDefaultSubrateBuilder> Create(uint16_t subrate_min, uint16_t s… in Create() 40848 explicit LeSetDefaultSubrateBuilder(uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latenc… in Create() 40850 void CheckParameterValues(uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, uint16_… in Create() 40900 …e_ptr<LeSubrateRequestBuilder> Create(uint16_t connection_handle, uint16_t subrate_min, uint16_t s… in Create() 40925 explicit LeSubrateRequestBuilder(uint16_t connection_handle, uint16_t subrate_min, uint16_t subrate… in Create() 40927 void CheckParameterValues(uint16_t connection_handle, uint16_t subrate_min, uint16_t subrate_max, u… in Create()
|