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

  /system/bt/stack/gatt/
gatt_main.c 283 if (p_tcb->app_hold_link[i] == 0 && is_add) {
284 p_tcb->app_hold_link[i] = gatt_if;
287 } else if (p_tcb->app_hold_link[i] == gatt_if && !is_add) {
288 p_tcb->app_hold_link[i] = 0;
    [all...]
gatt_int.h 363 tGATT_IF app_hold_link[GATT_MAX_APPS]; member in struct:__anon73629
gatt_utils.c     [all...]

Completed in 59 milliseconds