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

  /system/nfc/src/nfc/int/
nfc_int.h 119 if (max > nfc_cb.max_conn) max = nfc_cb.max_conn; \
179 uint8_t max_conn; /* the num of connections supported by NFCC */ member in struct:__anon107623
  /system/nfc/src/nfc/nfc/
nfc_main.c 44 * Update max_conn to the NFCC capability on InitRsp */
46 { nfc_cb.max_conn = 1; }
225 evt_data.enable.max_conn = *p++;
230 nfc_cb.max_conn = evt_data.enable.max_conn;
    [all...]
  /system/nfc/src/nfc/include/
nfc_api.h 246 uint8_t max_conn; /* max number of connections by NFCC*/ member in struct:__anon107540
    [all...]
  /external/curl/lib/
http2.c 458 uint32_t max_conn = httpc->settings.max_concurrent_streams; local
470 if(max_conn != httpc->settings.max_concurrent_streams) {
    [all...]

Completed in 61 milliseconds