Home
last modified time | relevance | path

Searched refs:subrate_factor (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.cc25 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency,
27 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor,
31 static void on_le_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in on_le_subrate_change() argument
33 l2cble_process_subrate_change_evt(handle, status, subrate_factor, latency, cont_num, timeout); in on_le_subrate_change()
34 gatt_notify_subrate_change(handle & 0x0FFF, subrate_factor, latency, cont_num, timeout, status); in on_le_subrate_change()
Dacl_interface.h101 void (*on_le_subrate_change)(uint16_t handle, uint16_t subrate_factor, uint16_t latency,
Dacl.cc762 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() argument
765 TRY_POSTING_ON_MAIN(interface_.on_le_subrate_change, handle_, subrate_factor, in OnLeSubrateChange()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.h302 std::function<void(uint16_t handle, uint8_t status, uint16_t subrate_factor,
307 void operator()(uint16_t handle, uint8_t status, uint16_t subrate_factor, in operator()
309 body(handle, status, subrate_factor, peripheral_latency, cont_num, timeout); in operator()
Dmock_stack_l2cap_ble.cc191 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor, in l2cble_process_subrate_change_evt() argument
196 handle, status, subrate_factor, peripheral_latency, cont_num, timeout); in l2cble_process_subrate_change_evt()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc57 static void bta_gatts_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor,
633 static void bta_gatts_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, in bta_gatts_subrate_chg_cback() argument
645 cb_data.subrate_chg.subrate_factor = subrate_factor; in bta_gatts_subrate_chg_cback()
Dbta_gattc_act.cc67 static void bta_gattc_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor,
1711 static void bta_gattc_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, in bta_gattc_subrate_chg_cback() argument
1723 cb_data.subrate_chg.subrate_factor = subrate_factor; in bta_gattc_subrate_chg_cback()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_connection_management_callbacks_mock.h53 (hci::ErrorCode hci_status, uint16_t subrate_factor, uint16_t peripheral_latency,
Dle_connection_management_callbacks.h41 virtual void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor,
Dle_acl_connection.cc90 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() argument
93 SAVE_OR_CALL(OnLeSubrateChange, hci_status, subrate_factor, peripheral_latency, in OnLeSubrateChange()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py187 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument
538 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument
551 observer.on_subrate_change(addr, subrate_factor, latency, cont_num, timeout, status)
1300 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument
1313 'status: %s', addr, subrate_factor, latency, cont_num, timeout, status)
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h115 typedef void (*subrate_change_callback)(int conn_id, uint16_t subrate_factor, uint16_t latency,
Dbt_gatt_client.h169 typedef void (*subrate_change_callback)(int conn_id, uint16_t subrate_factor, uint16_t latency,
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h241 uint16_t subrate_factor; member
413 uint16_t subrate_factor; member
/packages/modules/Bluetooth/tools/rootcanal/rust/
Dllcp_packets.pdl312 subrate_factor: 16,
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc675 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in gatt_notify_subrate_change() argument
691 (*p_reg->app_cb.p_subrate_chg_cb)(p_reg->gatt_if, conn_id, subrate_factor, latency, cont_num, in gatt_notify_subrate_change()
Dgatt_int.h594 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc261 p_data->subrate_chg.subrate_factor, p_data->subrate_chg.latency, in btapp_gatts_handle_cback()
Dbtif_gatt_client.cc246 p_data->subrate_chg.subrate_factor, p_data->subrate_chg.latency, in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h736 typedef void(tGATT_SUBRATE_CHG_CB)(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor,
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1144 subrate_factor: i32, in on_subrate_change()
1153 subrate_factor, in on_subrate_change()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h858 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor,
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs275 subrate_factor: i32, in on_subrate_change()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp538 static void btgattc_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgattc_subrate_change_cb() argument
546 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onClientSubrateChange, conn_id, subrate_factor, in btgattc_subrate_change_cb()
800 static void btgatts_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgatts_subrate_change_cb() argument
808 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerSubrateChange, conn_id, subrate_factor, in btgatts_subrate_change_cb()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1112 subrate_factor: i32, in on_subrate_change()
3227 subrate_factor: u16, in subrate_chg_cb()
3573 subrate_factor: u16, in subrate_chg_cb()
3588 subrate_factor as i32, in subrate_chg_cb()

12