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

  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 137 #ifndef BTM_BLE_CONN_TIMEOUT_DEF
138 #define BTM_BLE_CONN_TIMEOUT_DEF 2000
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 381 BTM_BLE_CONN_TIMEOUT_DEF, /* UINT16 conn_timeout */
btm_ble.c 554 p_dev_rec->conn_params.slave_latency = BTM_BLE_CONN_TIMEOUT_DEF;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 190 (UINT16) ((p_dev_rec->conn_params.supervision_tout != BTM_BLE_CONN_PARAM_UNDEF) ? p_dev_rec->conn_params.supervision_tout : BTM_BLE_CONN_TIMEOUT_DEF),

Completed in 132 milliseconds