Home
last modified time | relevance | path

Searched refs:BTM_SetLeConnectionModeToSlow (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_ble_bgconn.cc56 struct BTM_SetLeConnectionModeToSlow BTM_SetLeConnectionModeToSlow; variable
99 void BTM_SetLeConnectionModeToSlow() { in BTM_SetLeConnectionModeToSlow() function
101 test::mock::stack_btm_ble_bgconn::BTM_SetLeConnectionModeToSlow(); in BTM_SetLeConnectionModeToSlow()
H A Dmock_stack_btm_ble_bgconn.h131 struct BTM_SetLeConnectionModeToSlow { struct
135 extern struct BTM_SetLeConnectionModeToSlow BTM_SetLeConnectionModeToSlow; argument
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_bgconn.h40 extern void BTM_SetLeConnectionModeToSlow();
H A Dbtm_ble_bgconn.cc516 void BTM_SetLeConnectionModeToSlow() { in BTM_SetLeConnectionModeToSlow() function
/aosp12/system/bt/stack/gatt/
H A Dconnection_manager.cc236 if (params_changed) BTM_SetLeConnectionModeToSlow(); in direct_connect_add()
278 BTM_SetLeConnectionModeToSlow(); in direct_connect_remove()
/aosp12/system/bt/stack/test/
H A Dgatt_connection_manager_test.cc59 void BTM_SetLeConnectionModeToSlow() { in BTM_SetLeConnectionModeToSlow() function