Home | History | Annotate | Download | only in btm

Lines Matching refs:new_mode

1168   uint8_t new_mode = BTM_BLE_ADV_ENABLE;
1189 new_mode = BTM_BLE_ADV_DISABLE;
1199 if (new_mode == BTM_BLE_ADV_ENABLE) {
1215 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) {
1216 if (new_mode == BTM_BLE_ADV_ENABLE)
1260 uint8_t new_mode = BTM_BLE_ADV_ENABLE;
1281 new_mode = BTM_BLE_ADV_DISABLE;
1287 if (new_mode == BTM_BLE_ADV_ENABLE) {
1302 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) {
1303 if (new_mode == BTM_BLE_ADV_ENABLE)