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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 465 return bta_gattc_discover_procedure(conn_id, p_server_cb, disc_type);
471 ** Function bta_gattc_discover_procedure
478 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type) function
516 return bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_INC_SRVC);
531 return bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_CHAR);
546 if (bta_gattc_discover_procedure(conn_id, p_srvc_cb, GATT_DISC_CHAR_DSCPT) != 0)
    [all...]
bta_gattc_int.h 511 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);

Completed in 8447 milliseconds