Searched defs:timeout_s (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java485 int tx_power, int timeout_s);
489 int tx_power, int timeout_s);
483 gattClientEnableAdvNative(int client_if, int min_interval, int max_interval, int adv_type, int chnl_map, int tx_power, int timeout_s) argument
487 gattClientUpdateAdvNative(int client_if, int min_interval, int max_interval, int adv_type, int chnl_map, int tx_power, int timeout_s) argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1395 jint timeout_s)
1400 tx_power, timeout_s);
1405 jint timeout_s)
1410 tx_power, timeout_s);
1393 gattClientEnableAdvNative(JNIEnv* env, jobject object, jint client_if, jint min_interval, jint max_interval, jint adv_type, jint chnl_map, jint tx_power, jint timeout_s) argument
1403 gattClientUpdateAdvNative(JNIEnv* env, jobject object, jint client_if, jint min_interval, jint max_interval, jint adv_type, jint chnl_map, jint tx_power, jint timeout_s) argument

Completed in 45 milliseconds