Home | History | Annotate | Download | only in gatt

Lines Matching refs:tBTA_GATT_STATUS

44 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
173 tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb)
175 tBTA_GATT_STATUS status = BTA_GATT_OK;
298 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
304 tBTA_GATT_STATUS status = BTA_GATT_OK;
351 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
358 tBTA_GATT_STATUS status = BTA_GATT_OK;
466 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb,
470 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
491 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb,
528 tBTA_GATT_STATUS bta_gattc_start_disc_include_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb)
541 tBTA_GATT_STATUS bta_gattc_start_disc_char(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb)
738 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV *p_srvc_cb,
743 tBTA_GATT_STATUS status = BTA_GATT_OK;
778 static tBTA_GATT_STATUS bta_gattc_add_char_to_list(tBTA_GATTC_SERV *p_srvc_cb,
783 tBTA_GATT_STATUS status = BTA_GATT_OK;
902 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb)
907 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
1290 static tBTA_GATT_STATUS bta_gattc_find_record(tBTA_GATTC_SERV *p_srcb,
1299 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
1433 tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id,
1442 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER;