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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 86 #define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL
368 tBTA_GATTC_CONN conn_track[BTA_GATTC_CONN_MAX];
bta_gattc_utils.c 800 for (i_conn = 0; i_conn < BTA_GATTC_CONN_MAX; i_conn++, p_conn ++)
829 for (i_conn = 0; i_conn < BTA_GATTC_CONN_MAX; i_conn++, p_conn ++)

Completed in 21 milliseconds