Searched refs:BTM_BleSetPrefConnParams (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 139 .BTM_BleSetPrefConnParams = BTM_BleSetPrefConnParams,
|
D | btm_ble.cc | 388 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/ |
D | btm_ble_api.h | 358 extern void BTM_BleSetPrefConnParams(const RawAddress& bd_addr,
|
D | btm_client_interface.h | 177 void (*BTM_BleSetPrefConnParams)(const RawAddress& bd_addr, member
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 174 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams() function
|
D | mock_main_shim_btm_api.cc | 297 void bluetooth::shim::BTM_BleSetPrefConnParams(const RawAddress& bd_addr, in BTM_BleSetPrefConnParams() function in bluetooth::shim
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 350 BTM_BleSetPrefConnParams(p_clcb->bda, min, max, latency, tout); in client_cmpl_cback()
|
/system/bt/main/shim/ |
D | btm_api.h | 551 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int,
|
D | btm_api.cc | 1011 void bluetooth::shim::BTM_BleSetPrefConnParams(const RawAddress& bd_addr, in BTM_BleSetPrefConnParams() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 301 void bluetooth::shim::BTM_BleSetPrefConnParams(const RawAddress& bd_addr, in BTM_BleSetPrefConnParams() function in bluetooth::shim
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 1342 BTM_BleSetPrefConnParams(p_dev_cb->addr, min_interval, max_interval, latency, in read_pref_conn_params_cb()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3661 BTM_BleSetPrefConnParams(bd_addr, conn_int_min, conn_int_max, in bta_dm_ble_set_conn_params()
|