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

  /system/bt/stack/gatt/
gatt_int.h 615 extern UINT8 gatt_sr_find_i_rcb_by_handle(UINT16 handle);
gatt_sr.c 420 if ((i_rcb = gatt_sr_find_i_rcb_by_handle(handle)) < GATT_MAX_SR_PROFILES)
462 i_rcb = gatt_sr_find_i_rcb_by_handle(handle);
    [all...]
gatt_api.c 561 UINT8 ii = gatt_sr_find_i_rcb_by_handle(service_handle);
    [all...]
gatt_db.c     [all...]
gatt_utils.c 1339 UINT8 gatt_sr_find_i_rcb_by_handle(UINT16 handle) function
    [all...]

Completed in 1252 milliseconds