Home
last modified time | relevance | path

Searched defs:subrate_min (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_api.cc91 void bluetooth::shim::ACL_LeSetDefaultSubrate(uint16_t subrate_min, in ACL_LeSetDefaultSubrate()
99 uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSubrateRequest()
Dmock_stack_l2cap_ble.cc206 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, in L2CA_SubrateRequest()
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc146 void bluetooth::shim::ACL_LeSetDefaultSubrate(uint16_t subrate_min, in ACL_LeSetDefaultSubrate()
156 uint16_t hci_handle, uint16_t subrate_min, uint16_t subrate_max, in ACL_LeSubrateRequest()
Dacl.cc751 void LeSubrateRequest(uint16_t subrate_min, uint16_t subrate_max, in LeSubrateRequest()
1818 void shim::legacy::Acl::LeSetDefaultSubrate(uint16_t subrate_min, in LeSetDefaultSubrate()
1828 uint16_t subrate_min, in LeSubrateRequest()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc1835 void L2CA_SetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max, in L2CA_SetDefaultSubrate()
1857 bool L2CA_SubrateRequest(const RawAddress& rem_bda, uint16_t subrate_min, in L2CA_SubrateRequest()
Dl2c_int.h553 uint16_t subrate_min; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc665 static void btif_gattc_subrate_request_impl(RawAddress addr, int subrate_min, in btif_gattc_subrate_request_impl()
675 int subrate_min, int subrate_max, in btif_gattc_subrate_request()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc204uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, uint16_t cont_num, uint16_t sup_… in LeSubrateRequest()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc786 void BTA_DmBleSubrateRequest(const RawAddress& bd_addr, uint16_t subrate_min, in BTA_DmBleSubrateRequest()
Dbta_dm_act.cc4547 void bta_dm_ble_subrate_request(const RawAddress& bd_addr, uint16_t subrate_min, in bta_dm_ble_subrate_request()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc276uint16_t subrate_min, uint16_t subrate_max, uint16_t max_latency, uint16_t cont_num, uint16_t sup_… in LeSetDefaultSubrate()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1949 jint subrate_min, jint subrate_max, in gattSubrateRequestNative()