HomeSort by relevance Sort by last modified time
    Searched refs:timeout_s (Results 1 - 7 of 7) sorted by null

  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 62 int timeout_s; member in struct:__anon69116
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 419 int chnl_map, int tx_power, int timeout_s);
423 int chnl_map, int tx_power, int timeout_s);
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 283 if (p_multi_adv_data_cb->inst_cb[cbindex].timeout_s)
630 if (p_multi_adv_data_cb->inst_cb[cbindex].timeout_s != 0)
639 BTU_TTYPE_USER_FUNC, p_multi_adv_data_cb->inst_cb[cbindex].timeout_s);
btif_gatt_client.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 485 int tx_power, int timeout_s);
489 int tx_power, int timeout_s);
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 250 int waitEvent(int timeout_s)
256 pthread_cond_timeout_np(&m_waitCond, &m_waitMutex, timeout_s * 1000);
260 ts.tv_sec += timeout_s;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 137 milliseconds