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

  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 363 if (handle < GAP_MAX_CONNECTIONS)
734 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
743 if (xx == GAP_MAX_CONNECTIONS)
    [all...]
gap_int.h 117 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 49 #define BTA_JV_MAX_L2C_CONN (GAP_MAX_CONNECTIONS + 1)
51 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 426 #define BTA_JV_L2C_FOR_SDP_HDL GAP_MAX_CONNECTIONS
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 62 milliseconds