Home
last modified time | relevance | path

Searched refs:osi_property_get_int32 (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_properties.cc40 struct osi_property_get_int32 osi_property_get_int32; variable
57 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
59 return test::mock::osi_properties::osi_property_get_int32(key, default_value); in osi_property_get_int32()
Dmock_osi_properties.h69 struct osi_property_get_int32 { struct
79 extern struct osi_property_get_int32 osi_property_get_int32; argument
/packages/modules/Bluetooth/system/osi/test/
Dproperties_test.cc45 int32_t rvalue = osi_property_get_int32("very.useful.test", value); in TEST_F()
55 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_cfg.cc130 osi_property_get_int32("bluetooth.bta_hs_sniff_delay_ms.config", 7000)); in get_bta_dm_pm_spec()
132 uint16_t(osi_property_get_int32( in get_bta_dm_pm_spec()
136 osi_property_get_int32("bluetooth.bta_ftc_idle_to_sniff_delay_ms.config", in get_bta_dm_pm_spec()
Dbta_dm_act.cc268 osi_property_get_int32(PROPERTY_PAGE_TIMEOUT, in BTA_dm_on_hw_on()
/packages/modules/Bluetooth/system/osi/include/
Dproperties.h47 int32_t osi_property_get_int32(const char* key, int32_t default_value);
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dsysprop.rs60 unsafe { bindings::osi_property_get_int32(key_cptr.into(), default_value) } in get_i32()
/packages/modules/Bluetooth/system/osi/src/
Dproperties.cc58 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc316 osi_property_get_int32(PROPERTY_INQ_SCAN_WINDOW, BTM_DEFAULT_DISC_WINDOW); in BTM_SetDiscoverability()
317 const uint16_t interval = osi_property_get_int32(PROPERTY_INQ_SCAN_INTERVAL, in BTM_SetDiscoverability()
360 osi_property_get_int32(PROPERTY_INQ_SCAN_TYPE, BTM_SCAN_TYPE_INTERLACED); in BTM_EnableInterlacedInquiryScan()
385 osi_property_get_int32(PROPERTY_PAGE_SCAN_TYPE, BTM_SCAN_TYPE_INTERLACED); in BTM_EnableInterlacedPageScan()
477 const uint16_t window = osi_property_get_int32(PROPERTY_PAGE_SCAN_WINDOW, in BTM_SetConnectability()
479 const uint16_t interval = osi_property_get_int32(PROPERTY_PAGE_SCAN_INTERVAL, in BTM_SetConnectability()
735 const uint8_t inq_length = osi_property_get_int32( in BTM_StartInquiry()
Dbtm_ble_gap.cc504 uint16_t scan_interval = osi_property_get_int32(kPropertyInquiryScanInterval, in get_low_latency_scan_params()
506 uint16_t scan_window = osi_property_get_int32(kPropertyInquiryScanWindow, in get_low_latency_scan_params()
Dbtm_sec.cc4774 osi_property_get_int32("bluetooth.btm.sec.delay_auth_ms.value", 0); in btm_sec_wait_and_start_authentication()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc1072 (uint16_t)osi_property_get_int32( in gatt_send_srv_chg_ind()
1075 static const uint16_t sGATT_LAST_HANDLE = (uint16_t)osi_property_get_int32( in gatt_send_srv_chg_ind()
Dgatt_utils.cc111 std::max(osi_property_get_int32( in gatt_get_max_phy_channel()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc306 osi_property_get_int32("bluetooth.core.le.min_connection_interval", in l2cble_process_sig_cmd()
1396 phone_min_interval = (uint16_t)osi_property_get_int32( in L2CA_AdjustConnectionIntervals()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc296 default_data_interval_ms = (uint16_t)osi_property_get_int32( in HearingAidImpl()
307 (int16_t)osi_property_get_int32(PERSIST_MIN_CE_LEN_NAME.c_str(), -1); in HearingAidImpl()
309 (int16_t)osi_property_get_int32(PERSIST_MAX_CE_LEN_NAME.c_str(), -1); in HearingAidImpl()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc567 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1388 osi_property_get_int32(PROPERTY_LINK_SUPERVISION_TIMEOUT, 8000); in btm_acl_role_changed()
2354 osi_property_get_int32(PROPERTY_LINK_SUPERVISION_TIMEOUT, 8000); in on_acl_br_edr_connected()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc2200 const int32_t position = osi_property_get_int32( in bta_hf_client_send_at_bia()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc1342 osi_property_get_int32(kStateTransitionTimeoutMsProp, timeoutMs); in SetTargetState()
Dclient.cc4037 timeoutMs = osi_property_get_int32(kAudioSuspentKeepIsoAliveTimeoutMsProp, in OnAudioSuspend()