Home
last modified time | relevance | path

Searched defs:connection_interval (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/bumble/apps/
Dbench.py1073 connection_interval, argument
1699 ctx, transport, peripheral_address, connection_interval, phy, authenticate, encrypt argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc402 uint16_t connection_interval; in UpdateBleConnParams() local
977 uint16_t CalcCompressedAudioPacketSize(uint16_t codec_type, int connection_interval) { in CalcCompressedAudioPacketSize()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc352 void OnConnectionUpdate(hci::ErrorCode /* hci_status */, uint16_t connection_interval, in OnConnectionUpdate()
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dhost.proto308 uint32 connection_interval = 1; field
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc612 uint16_t connection_interval = (connection_interval_max + connection_interval_min) / 2; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc802 void OnConnectionUpdate(hci::ErrorCode hci_status, uint16_t connection_interval, in OnConnectionUpdate()
/aosp_15_r20/external/python/bumble/bumble/
Dcore.py1640 def __init__(self, connection_interval, peripheral_latency, supervision_timeout): argument
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4004 uint16_t connection_interval, uint16_t connection_latency, uint16_t supervision_timeout, in HandleLeConnection()