Home | History | Annotate | Download | only in btm

Lines Matching refs:new_mode

1257   uint8_t new_mode = BTM_BLE_ADV_ENABLE;
1278 new_mode = BTM_BLE_ADV_DISABLE;
1288 if (new_mode == BTM_BLE_ADV_ENABLE) {
1304 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) {
1305 if (new_mode == BTM_BLE_ADV_ENABLE)
1350 uint8_t new_mode = BTM_BLE_ADV_ENABLE;
1371 new_mode = BTM_BLE_ADV_DISABLE;
1377 if (new_mode == BTM_BLE_ADV_ENABLE) {
1392 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) {
1393 if (new_mode == BTM_BLE_ADV_ENABLE)