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

  /system/bt/bta/gatt/
bta_gattc_cache.c 380 status = bta_gattc_discover_procedure(conn_id, p_server_cb, disc_type);
389 ** Function bta_gattc_discover_procedure
396 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, function
435 return bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_INC_SRVC);
450 return bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_CHAR);
465 if (bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_CHAR_DSCPT) != 0)
    [all...]
bta_gattc_int.h 479 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);

Completed in 63 milliseconds