Home
last modified time | relevance | path

Searched refs:BTM_BleSetPrefConnParams (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/btm/
Dbtm_client_interface.cc139 .BTM_BleSetPrefConnParams = BTM_BleSetPrefConnParams,
Dbtm_ble.cc388 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() function
393 return bluetooth::shim::BTM_BleSetPrefConnParams( in BTM_BleSetPrefConnParams()
/system/bt/stack/include/
Dbtm_ble_api.h358 extern void BTM_BleSetPrefConnParams(const RawAddress& bd_addr,
Dbtm_client_interface.h177 void (*BTM_BleSetPrefConnParams)(const RawAddress& bd_addr, member
/system/bt/test/mock/
Dmock_stack_btm_ble.cc174 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() function
Dmock_main_shim_btm_api.cc297 void bluetooth::shim::BTM_BleSetPrefConnParams(const RawAddress& bd_addr, in BTM_BleSetPrefConnParams() function in bluetooth::shim
/system/bt/stack/gap/
Dgap_ble.cc350 BTM_BleSetPrefConnParams(p_clcb->bda, min, max, latency, tout); in client_cmpl_cback()
/system/bt/main/shim/
Dbtm_api.h551 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int,
Dbtm_api.cc1011 void bluetooth::shim::BTM_BleSetPrefConnParams(const RawAddress& bd_addr, in BTM_BleSetPrefConnParams() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc301 void bluetooth::shim::BTM_BleSetPrefConnParams(const RawAddress& bd_addr, in BTM_BleSetPrefConnParams() function in bluetooth::shim
/system/bt/bta/hh/
Dbta_hh_le.cc1342 BTM_BleSetPrefConnParams(p_dev_cb->addr, min_interval, max_interval, latency, in read_pref_conn_params_cb()
/system/bt/bta/dm/
Dbta_dm_act.cc3661 BTM_BleSetPrefConnParams(bd_addr, conn_int_min, conn_int_max, in bta_dm_ble_set_conn_params()